Skip to content

Commit 75644bd

Browse files
author
Jay Conrod
authored
Announce rules_go 0.24.1, 0.23.9 [skip ci] (bazel-contrib#2639)
1 parent e5bbdb8 commit 75644bd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ Slack: #bazel on `Gopher Slack`_
6969
Announcements
7070
-------------
7171

72+
2020-09-01
73+
Releases
74+
`v0.24.1 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.1>`_ and
75+
`v0.23.9 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.9>`_ are
76+
now available with support for Go 1.15.1 and 1.14.8.
7277
2020-08-27
7378
rules_go release
7479
`v0.24.0 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.0>`_ and
@@ -80,11 +85,6 @@ Announcements
8085
`v0.23.8 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.8>`_ and
8186
`v0.22.11 <https://github.com/bazelbuild/rules_go/releases/tag/v0.22.11>`_ are
8287
now available with support for Go 1.15.
83-
2020-08-06
84-
Releases
85-
`v0.23.7 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.7>`_ and
86-
`v0.22.10 <https://github.com/bazelbuild/rules_go/releases/tag/v0.22.10>`_ are
87-
now available with support for Go 1.14.7 and 1.13.15.
8888

8989
Contents
9090
--------
@@ -169,7 +169,7 @@ The Go rules are tested and supported on the following host platforms:
169169
Users have reported success on several other platforms, but the rules are
170170
only tested on those listed above.
171171

172-
Note: The latest version of these rules (v0.24.0) requires Bazel ≥ 2.2.0 to work.
172+
Note: The latest version of these rules (v0.24.1) requires Bazel ≥ 2.2.0 to work.
173173

174174
The ``master`` branch is only guaranteed to work with the latest version of Bazel.
175175

@@ -206,10 +206,10 @@ Go toolchain and register it for use.
206206
207207
http_archive(
208208
name = "io_bazel_rules_go",
209-
sha256 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281",
209+
sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382",
210210
urls = [
211-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
212-
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
211+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.1/rules_go-v0.24.1.tar.gz",
212+
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.1/rules_go-v0.24.1.tar.gz",
213213
],
214214
)
215215
@@ -253,10 +253,10 @@ Add the ``bazel_gazelle`` repository and its dependencies to your
253253
254254
http_archive(
255255
name = "io_bazel_rules_go",
256-
sha256 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281",
256+
sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382",
257257
urls = [
258-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
259-
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
258+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.1/rules_go-v0.24.1.tar.gz",
259+
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.1/rules_go-v0.24.1.tar.gz",
260260
],
261261
)
262262
@@ -379,10 +379,10 @@ automatically from a go.mod or Gopkg.lock file.
379379
# Download the Go rules.
380380
http_archive(
381381
name = "io_bazel_rules_go",
382-
sha256 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281",
382+
sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382",
383383
urls = [
384-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
385-
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.0/rules_go-v0.24.0.tar.gz",
384+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.1/rules_go-v0.24.1.tar.gz",
385+
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.1/rules_go-v0.24.1.tar.gz",
386386
],
387387
)
388388

0 commit comments

Comments
 (0)