Skip to content

Commit ae7447e

Browse files
authored
chore(bazel): bump version of managed pre-built Go binary (#518)
1 parent 018b3cf commit ae7447e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

repositories.bzl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ load("//bazel:toolchains_repo.bzl", "PLATFORMS", "toolchains_repo")
88
# bazel build @structure_test_st_darwin_amd64//... @structure_test_st_darwin_arm64//... @structure_test_st_linux_arm64//... \
99
# @structure_test_st_linux_s390x//... @structure_test_st_linux_amd64//... @structure_test_st_windows_amd64//...
1010

11-
_VERSION="v1.19.2"
11+
_VERSION="v1.20.0"
1212
_HASHES = {
13-
"darwin-amd64": "sha256-mkBKyy32nnivskrvlj0BbPnauhXnUckmBJJZzrDdKYU=",
14-
"darwin-arm64": "sha256-qdy4KDN143ar99X2kIwvXwyQO/NBqwMCZhmVJ65Pu3Y=",
15-
"linux-amd64": "sha256-u6b/uaz5Z0QMHMD+Iz2uM9ClCq4ULxLIWCYZAue/tAU=",
16-
"linux-arm64": "sha256-ebFieFZDy+X9ZbNAhdUi6KPKRyBe+bsizBaBqoimZ88=",
17-
"linux-ppc64le": "sha256-pkvTL+pb9/kxVxs0HBPf3CgTLD4z6mkdXlrZRU+iiIE=",
18-
"linux-s390x": "sha256-v2Nu34HxrGtJ1Op8qWMtoFi36CNW4hI83RRTVd7uq7s=",
19-
"windows-amd64.exe": "sha256-J9+eC2BlqXXhLIDyjMpFm10uFAQcV8HzPOuz76y1WbE=",
13+
"darwin-amd64": "sha256-PytWRfwcvyPzPS1Sc744hEolTUij7dOyFlcfZ/qXbhU=",
14+
"darwin-arm64": "sha256-WEBmkvHWcZBVqAS4g3wuckdtP+VeSTli8XBapxqL8Ik=",
15+
"linux-amd64": "sha256-Y30vxXXik+AQW/V7BPaerg6iaNvY3HY38kiWEo/mh4I=",
16+
"linux-arm64": "sha256-6Atelq/nsqW4OYlXIMqPBR7pFVC4xt8cWtOnNNHUx/8=",
17+
"linux-ppc64le": "sha256-+6lOsk2RHU4JlQ343JkTH47UTlo6bZWlGs67XEpQqXs=",
18+
"linux-s390x": "sha256-d+qgAK3yzPqAnWctQxR2Cn5537ycArSBvaGeeMbLHvs=",
19+
"windows-amd64.exe": "sha256-JkBn5XBTk1Up3Q/6P+8T36TRv+tnX1mKDAhiO4Ku3sA=",
2020
}
2121

2222
STRUCTURE_TEST_BUILD_TMPL = """\

0 commit comments

Comments
 (0)