Skip to content

Commit

Permalink
Use go 1.20 for now
Browse files Browse the repository at this point in the history
Using go 1.21 fails with `GOPROXY list is not the empty string, but contains no entries`.

See tweag/rules_nixpkgs#417
  • Loading branch information
avdv committed Mar 19, 2024
1 parent deecf0f commit 994ec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ load(
"nixpkgs_go_configure",
)

nixpkgs_go_configure(repository = "@nixpkgs")
nixpkgs_go_configure(repository = "@nixpkgs", attribute_path = "go_1_20")

load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies")

Expand Down

0 comments on commit 994ec5d

Please sign in to comment.