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 May 22, 2024
1 parent 925b1e3 commit c9be633
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ http_archive(

load("@rules_nixpkgs_go//:go.bzl", "nixpkgs_go_configure")

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

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

Expand Down

0 comments on commit c9be633

Please sign in to comment.