From 994ec5d50085350c263f31a5edb2867d5ee12ea5 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Tue, 19 Mar 2024 13:52:02 +0100 Subject: [PATCH] Use go 1.20 for now Using go 1.21 fails with `GOPROXY list is not the empty string, but contains no entries`. See https://github.com/tweag/rules_nixpkgs/pull/417 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 63f6ec4..7e00771 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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")