Skip to content

Commit

Permalink
Use 1.10.0 please_go and bump version (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhancic authored Feb 9, 2024
1 parent 6c52c57 commit 87c0bb9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.16.2
--------------
* Use version 1.10.0 of please_go tool

Version 1.16.1
--------------
* strip argument to go_binary now behaves as expected in cover profile (#224)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.1
1.16.2
12 changes: 6 additions & 6 deletions tools/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
VERSION = "1.9.2"
VERSION = "1.10.0"

hashes = {
"darwin_amd64": "a7f14eeda9f8575755a71bc92d5faa6eda35f8e3eae2cca088e6492f67067a5c",
"darwin_arm64": "658e1bf7c0ced39527e76a5f36ba8934548f055b039745238dd99059535b7037",
"freebsd_amd64": "4a44a894551b0be6f568369ab28c4eb28106a3dcff8d90a2408f5d41a558b8a3",
"linux_amd64": "e78d76a8b67736b83f1e4d436608fc8d6ad11af87aa1b9ff62464f71d941ebd5",
"linux_arm64": "5c5282ed3d26a7631a7cb1e7f006200911480794b7a71cb48241dac470353749",
"darwin_amd64": "2f8c6ce9d9141de444e598475a2ea574d341fab952c8eecf3a840522bc9fb10a",
"darwin_arm64": "22d77f14edf9800e4a07221768e717ff8119bbef1aba876b1d94fe79d1d50a2a",
"freebsd_amd64": "26858675da9cdab99685bf49b1963c6dedeadf004f03369e974e8fcfe099b9fa",
"linux_amd64": "54b5c41156eec49edfa66e3a96e87f2d637322972fb78ca40dc3c741d883444f",
"linux_arm64": "4811ff93e9e09c3f8f30b5ec9fcbd3ffada1ebb9bdcce4f4fe01f995c2014036",
}

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

0 comments on commit 87c0bb9

Please sign in to comment.