Skip to content

Commit 62686a9

Browse files
authored
Update please_go and tag v1.27.0 (#325)
1 parent b3296ed commit 62686a9

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.27.0
2+
--------------
3+
* Use `please_go` v1.21.0 built with Go `1.25.2` and `golang.org/x/mod@v0.29.0` to allow for
4+
`ignore` directives in `go.mod` files (#325)
5+
16
Version 1.26.0
27
--------------
38
* Remove covdata entrypoint in go_toolchain for versions above 1.25 (#323)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.0
1+
1.27.0

tools/BUILD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
VERSION = "1.19.0"
1+
VERSION = "1.21.0"
22

33
hashes = {
4-
"darwin_amd64": "5545418c33bcffacf3fc17d3ae533404b5892d24d9aff1658b3746d620f0046b",
5-
"darwin_arm64": "22880ff53c278f071a11b49c7394a5ceada03851d23fd0cce57116daccc0447f",
6-
"freebsd_amd64": "c4293cc3c48fc6ce3cc4ee9db7ab4229476d63cee8f404ea83c6b79677abd33c",
7-
"linux_amd64": "804af54d8dfd5eace871e7b91e0503311a896e3718f8a765c2c053ae05a345f6",
8-
"linux_arm64": "554d7a2afbda8f887b31f06d52610b6cc8ff0c1d487fa9ab706cee0c92af3978",
4+
"darwin_amd64": "ed105de84226521ee70756558f028c63a380da433eede6e01bb2abe76fb63b90",
5+
"darwin_arm64": "2553c598cc7eb9915072d080da17f9a8e5b398ef8c548c29ec46203d7da96b83",
6+
"freebsd_amd64": "e46e349363fccd0865e7744f19c2de684d5ee21f4e7611bdf802c599c09bcdea",
7+
"linux_amd64": "1e2407960085e4735523e3d27023a1483037ac62dfd4e7473c6fd4f5a58f2471",
8+
"linux_arm64": "e2aea3747fe88b386d0bc9244804665bf03ea491f30a36ddeff116a317d2dc48",
99
}
1010

1111
for a, h in hashes.items():

0 commit comments

Comments
 (0)