diff --git a/WORKSPACE b/WORKSPACE index ad53e23..30b5fbf 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -148,6 +148,7 @@ http_archive( load("@rules_nixpkgs_go//:go.bzl", "nixpkgs_go_configure") nixpkgs_go_configure( + attribute_path = "go_1_22", repository = "@nixpkgs", ) diff --git a/example/MODULE.bazel b/example/MODULE.bazel index 4299f4f..7127868 100644 --- a/example/MODULE.bazel +++ b/example/MODULE.bazel @@ -9,7 +9,7 @@ local_path_override( bazel_dep(name = "rules_haskell", version = "1.0") bazel_dep(name = "rules_haskell_nix") bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go") -bazel_dep(name = "gazelle", version = "0.39.1", repo_name = "bazel_gazelle") +bazel_dep(name = "gazelle", version = "0.40.0", repo_name = "bazel_gazelle") GHC_VERSION = "9.4.5" diff --git a/example/WORKSPACE b/example/WORKSPACE index 4072c00..dc9ba59 100644 --- a/example/WORKSPACE +++ b/example/WORKSPACE @@ -128,6 +128,7 @@ http_archive( load("@rules_nixpkgs_go//:go.bzl", "nixpkgs_go_configure") nixpkgs_go_configure( + attribute_path = "go_1_22", repository = "@nixpkgs", ) diff --git a/tests/alternative-deps/WORKSPACE b/tests/alternative-deps/WORKSPACE index 5f5ad89..5f5acff 100644 --- a/tests/alternative-deps/WORKSPACE +++ b/tests/alternative-deps/WORKSPACE @@ -139,6 +139,7 @@ http_archive( load("@rules_nixpkgs_go//:go.bzl", "nixpkgs_go_configure") nixpkgs_go_configure( + attribute_path = "go_1_22", repository = "@nixpkgs", )