forked from enola-dev/enola
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"' | ||
|