Skip to content

Commit

Permalink
Update install.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Mar 7, 2024
1 parent ed2b175 commit 8cdefe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/go/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ GO_BIN_PATH=$(go env GOPATH)/bin
BZL=$GO_BIN_PATH/bazelisk

go install github.com/bazelbuild/[email protected]
# TODO How do we install a fixed version? @v6.4.0 doesn't work:
# TODO https://github.com/bazelbuild/buildtools/issues/1237
# We should install a fixed version? @v6.4.0 doesn't work:
# 'invalid version: module contains a go.mod file, so module path must match major version
# ("github.com/bazelbuild/buildtools/v6")', but "go install github.com/bazelbuild/buildtools/buildifier@v6"
# also fails, with: 'go: github.com/bazelbuild/buildtools/buildifier@v6: no matching versions for query "v6"'
Expand Down

0 comments on commit 8cdefe8

Please sign in to comment.