Skip to content

Commit

Permalink
build(deps): Use fixed Go v1.22.4 instead go_sdk.host (fixes enola-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Jun 21, 2024
1 parent 2d63910 commit 1ca46d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ bazel_dep(name = "rules_go", version = "0.48.1")
bazel_dep(name = "gazelle", version = "0.37.0")

go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
go_sdk.host()

# Do NOT use go_sdk.host(), see https://github.com/enola-dev/enola/issues/713
go_sdk.download(version = "1.22.4")
12 changes: 7 additions & 5 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ca46d6

Please sign in to comment.