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 .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version = >=17.21.0
hashcheckers = sha256

[BuildConfig]
puku-version = 1.15.1
puku-version = 1.17.0

[Plugin "go"]
Target = //plugins:go
Expand Down
2 changes: 1 addition & 1 deletion third_party/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ subinclude(
go_toolchain(
name = "toolchain",
install_std = False,
version = "1.24.1",
version = "1.25.2",
)

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.7.0
-------------
* Build with Go 1.25.2 (#324)

Version 0.6.0
-------------
* Migrate to `go_repo` and upgrade golang.org/x packages (#316)
Expand Down
2 changes: 1 addition & 1 deletion tools/driver/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
8 changes: 6 additions & 2 deletions tools/please_go/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Version 1.20.0
--------------
* Build with Go 1.25.2 (#324)

Version 1.19.0
-------------
--------------
* Enable `go_library` to compile packages containing large numbers of files (#320)

Version 1.18.0
-------------
--------------
* Migrate to `go_repo` and upgrade golang.org/x packages (#316)

Version 1.17.0
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.19.0
1.20.0