mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
PT-2165 actual version, go version, and build for go tools (#603)
* PT-2165 - Actual Version, GoVersion, and Build for Go tools Removed outdated numbers from main.go, because we update these numbers in the Makefile. * PT-2165 - Actual Version, GoVersion, and Build for Go tools Added template version into Makefile for the latest tag.
This commit is contained in:
@@ -15,10 +15,10 @@ const (
|
||||
|
||||
// We do not set anything here, these variables are defined by the Makefile
|
||||
var (
|
||||
Build string
|
||||
GoVersion string
|
||||
Version string
|
||||
Commit string
|
||||
Build string //nolint
|
||||
GoVersion string //nolint
|
||||
Version string //nolint
|
||||
Commit string //nolint
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user