aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Meumertzheim <fabian@meumertzhe.im>2023-03-29 15:10:33 +0200
committerGitHub <noreply@github.com>2023-03-29 15:10:33 +0200
commit7eb61dce43f3239cf0195be46aecd6c194a59141 (patch)
tree235ddba78c00013e2bb78c6c87c4044d751675e0
parent686d95243e4b0701c3922e2c2a9785dd2ee7f3bb (diff)
downloadbazelbuild-rules_go-7eb61dce43f3239cf0195be46aecd6c194a59141.tar.gz
Use `go_default_sdk` in `.bcr/presubmit.yml` (#3501)
Context: https://github.com/bazelbuild/bazel-central-registry/pull/547
-rw-r--r--.bcr/presubmit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 805d5dbe..def6f3aa 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -26,6 +26,6 @@ bcr_test_module:
platform: ${{ platform }}
build_targets:
- //...
- - '@go_sdk//...'
+ - '@go_default_sdk//...'
test_targets:
- //...