Skip to content

Commit 8a2ba42

Browse files
author
Jay Conrod
authored
Announce rules_go v0.24.5, v0.23.13 [skip ci] (bazel-contrib#2690)
1 parent 3f47128 commit 8a2ba42

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-10-26
73+
Releases
74+
`v0.24.5 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.5>`_ and
75+
`v0.23.13 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.13>`_ are
76+
are now available with bug fixes.
7277
2020-10-15
7378
Releases
7479
`v0.24.4 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.4>`_ and
@@ -81,11 +86,6 @@ Announcements
8186
are now available with bug fixes. Gazelle
8287
`v0.22.1 <https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.22.1>`_
8388
is also out.
84-
2020-09-09
85-
Releases
86-
`v0.24.2 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.2>`_ and
87-
`v0.23.10 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.10>`_ are
88-
now available with support for Go 1.15.2 and 1.14.9.
8989

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

173-
Note: The latest version of these rules (v0.24.4) requires Bazel ≥ 2.2.0 to work.
173+
Note: The latest version of these rules (v0.24.5) requires Bazel ≥ 2.2.0 to work.
174174

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

@@ -207,10 +207,10 @@ Go toolchain and register it for use.
207207
208208
http_archive(
209209
name = "io_bazel_rules_go",
210-
sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e",
210+
sha256 = "d1ffd055969c8f8d431e2d439813e42326961d0942bdf734d2c95dc30c369566",
211211
urls = [
212-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
213-
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
212+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.5/rules_go-v0.24.5.tar.gz",
213+
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.5/rules_go-v0.24.5.tar.gz",
214214
],
215215
)
216216
@@ -254,10 +254,10 @@ Add the ``bazel_gazelle`` repository and its dependencies to your
254254
255255
http_archive(
256256
name = "io_bazel_rules_go",
257-
sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e",
257+
sha256 = "d1ffd055969c8f8d431e2d439813e42326961d0942bdf734d2c95dc30c369566",
258258
urls = [
259-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
260-
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
259+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.5/rules_go-v0.24.5.tar.gz",
260+
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.5/rules_go-v0.24.5.tar.gz",
261261
],
262262
)
263263
@@ -380,10 +380,10 @@ automatically from a go.mod or Gopkg.lock file.
380380
# Download the Go rules.
381381
http_archive(
382382
name = "io_bazel_rules_go",
383-
sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e",
383+
sha256 = "d1ffd055969c8f8d431e2d439813e42326961d0942bdf734d2c95dc30c369566",
384384
urls = [
385-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
386-
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
385+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.5/rules_go-v0.24.5.tar.gz",
386+
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.5/rules_go-v0.24.5.tar.gz",
387387
],
388388
)
389389

0 commit comments

Comments
 (0)