Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ subinclude("//build_defs:go")
go_toolchain(
name = "toolchain",
install_std = False,
version = "1.23.1",
version = "1.24.1",
)

go_stdlib(
Expand Down
4 changes: 4 additions & 0 deletions tools/driver/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.5.0
-------------
* Build with Go 1.24.1

Version 0.4.1
-------------
* Support in-repo test mode for go_repo
Expand Down
2 changes: 1 addition & 1 deletion tools/driver/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.5.0
4 changes: 4 additions & 0 deletions tools/please_go/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.17.0
--------------
* Build with Go 1.24.1

Version 1.16.0
--------------
* Switch to using `go tool covdata` for test coverage reports
Expand Down
2 changes: 1 addition & 1 deletion tools/please_go/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0