Skip to content

Commit

Permalink
Release new version of go-tools plugin (#314)
Browse files Browse the repository at this point in the history
* Release new version of go-tools plugin, using the new please_go tool release

* Update hashes for please_go tool

---------

Co-authored-by: roselyn <roselyn@thoughtmachine.net>
  • Loading branch information
SpangleLabs and roselyn authored Feb 13, 2025
1 parent 490bce4 commit 99ad67f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.23.0
--------------
* Switch to using `go tool covdata` to generate test coverage reports
* Added new config flag, `go_covdata_tool`, to specify the covdata tool

Version 1.22.0
--------------
* Plumb cc_hdrs provide though cgo_library (#307)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.0
1.23.0
12 changes: 6 additions & 6 deletions tools/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
VERSION = "1.15.1"
VERSION = "1.16.0"

hashes = {
"darwin_amd64": "e7fd623e923a5f2f26b6510a100db36a4af74a178aaef0989f9ba9991633c82b",
"darwin_arm64": "bdf6574d75efd26635539143dc6a2434234f34f621f730e29bc017efb173ebd3",
"freebsd_amd64": "004e30a5ede1af591b0496ebbb5a8f56b507c4e291fa42bc3b22f6ac58c1c521",
"linux_amd64": "b2f6a01c7c69d8686b5a4eb83411811d848c8697b2a36f6be431fa2a54555026",
"linux_arm64": "7e9e6f2f471c9ca1063c5a64043431d079a53f9d02050d781fd112d4141786fc",
"darwin_amd64": "0fcb68181111c65b9c786dd20fa6091341ad535c6d7a42c940150c7c9ed51868",
"darwin_arm64": "2c00787d0f6e18d74eb69139ed6c16df252cca8ca3cc915e59d6ca222b3bff55",
"freebsd_amd64": "65b8f69d044e1a4ddf9a8efc605e8526a987e24e0f825f16333bdd40060605e3",
"linux_amd64": "8e3f70d0f988c66d59dd22569bc8e111b82cbfd242e52ef2792e6f698165e947",
"linux_arm64": "f97f690877b99e7e66c60e74db35993cbe60306fcfbe1201c109bc0c61e0dcd6",
}

for a, h in hashes.items():
Expand Down

0 comments on commit 99ad67f

Please sign in to comment.