Skip to content

Commit

Permalink
*: remove fips suffix on version (#10345)
Browse files Browse the repository at this point in the history
ref #9962
  • Loading branch information
lidezhu authored Dec 22, 2023
1 parent ec9ddbe commit d25cc65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/cdc/fips.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ package main

import (
_ "crypto/tls/fipsonly"
//
"github.com/pingcap/tiflow/pkg/version"
)

func init() {
version.ReleaseVersion += "-fips"
}

0 comments on commit d25cc65

Please sign in to comment.