Skip to content

Commit 6f82321

Browse files
authored
fix: comment out the toolchain directive in go.mod (#811)
- Comment out unrecognized directive in `go.mod`. - Upgrade to Bazel 7.0.0.
1 parent f7b7405 commit 6f82321

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0rc4
1+
7.0.0

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ module github.com/cgrindel/rules_swift_package_manager
22

33
go 1.21
44

5-
toolchain go1.21.4
5+
// Workaround for inconsistent Go versions being used in rules_bazel_integration_test tests.
6+
// toolchain go1.21.4
67

78
require (
89
github.com/bazelbuild/bazel-gazelle v0.34.0

0 commit comments

Comments
 (0)