Skip to content

Commit

Permalink
fix(golang-fmt): pin x/tools
Browse files Browse the repository at this point in the history
Signed-off-by: RB <[email protected]>
  • Loading branch information
nitrocode authored Feb 5, 2025
1 parent 766dac9 commit 826e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/tools/cmd/goimports@v0.29.0

gobin="$(go env GOPATH)/bin"
declare -r gobin
Expand Down

0 comments on commit 826e5bc

Please sign in to comment.