Skip to content

Commit

Permalink
Fix BUILD files to correctly inject release version
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo committed Oct 6, 2020
1 parent b4d1541 commit e86203d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ go_library(
srcs = ["bazelisk.go"],
importpath = "github.com/bazelbuild/bazelisk",
visibility = ["//visibility:private"],
x_defs = {"BazeliskVersion": "{STABLE_VERSION}"},
deps = [
"//core:go_default_library",
"//repositories:go_default_library",
Expand Down
1 change: 1 addition & 0 deletions core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ go_library(
],
importpath = "github.com/bazelbuild/bazelisk/core",
visibility = ["//visibility:public"],
x_defs = {"BazeliskVersion": "{STABLE_VERSION}"},
deps = [
"//httputil:go_default_library",
"//platforms:go_default_library",
Expand Down

0 comments on commit e86203d

Please sign in to comment.