diff --git a/GNUmakefile b/GNUmakefile index d34d56ef93..a1f501b2aa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ export GO111MODULE=on default: build build: fmt fmtcheck - go get -v golang.org/x/tools/cmd/goimports + go get -v golang.org/x/tools/cmd/goimports@v0.27.0 goimports -w ./intersight go mod tidy go mod vendor