Skip to content

Commit

Permalink
Bump Go toolchain to v1.23.2
Browse files Browse the repository at this point in the history
This also requires the go-rules plugin to be bumped to v1.21.5 and the
minimum Please version to be bumped to v17.11.0, for go-rules' benefit.
  • Loading branch information
chrisnovakovic committed Oct 16, 2024
1 parent d949f3b commit 99e5a68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
preloadsubincludes = ///go//build_defs:go

[please]
version = >=17.0.0
version = >=17.11.0

[Plugin "go"]
Target = //plugins:go
Expand Down
2 changes: 1 addition & 1 deletion plugins/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_repo(
name = "go",
plugin = "go-rules",
revision = "v1.6.0",
revision = "v1.21.5",
)
2 changes: 1 addition & 1 deletion third_party/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go_toolchain(
"linux_amd64",
"linux_arm64",
],
version = "1.19.9",
version = "1.23.2",
tags = [
"osusergo",
"netgo",
Expand Down

0 comments on commit 99e5a68

Please sign in to comment.