@@ -69,6 +69,11 @@ Slack: #bazel on `Gopher Slack`_
69
69
Announcements
70
70
-------------
71
71
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.
72
77
2020-10-15
73
78
Releases
74
79
`v0.24.4 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.4 >`_ and
@@ -81,11 +86,6 @@ Announcements
81
86
are now available with bug fixes. Gazelle
82
87
`v0.22.1 <https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.22.1 >`_
83
88
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.
89
89
90
90
Contents
91
91
--------
@@ -170,7 +170,7 @@ The Go rules are tested and supported on the following host platforms:
170
170
Users have reported success on several other platforms, but the rules are
171
171
only tested on those listed above.
172
172
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.
174
174
175
175
The ``master `` branch is only guaranteed to work with the latest version of Bazel.
176
176
@@ -207,10 +207,10 @@ Go toolchain and register it for use.
207
207
208
208
http_archive(
209
209
name = "io_bazel_rules_go",
210
- sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e ",
210
+ sha256 = "d1ffd055969c8f8d431e2d439813e42326961d0942bdf734d2c95dc30c369566 ",
211
211
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",
214
214
],
215
215
)
216
216
@@ -254,10 +254,10 @@ Add the ``bazel_gazelle`` repository and its dependencies to your
254
254
255
255
http_archive(
256
256
name = "io_bazel_rules_go",
257
- sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e ",
257
+ sha256 = "d1ffd055969c8f8d431e2d439813e42326961d0942bdf734d2c95dc30c369566 ",
258
258
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",
261
261
],
262
262
)
263
263
@@ -380,10 +380,10 @@ automatically from a go.mod or Gopkg.lock file.
380
380
# Download the Go rules.
381
381
http_archive(
382
382
name = "io_bazel_rules_go",
383
- sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e ",
383
+ sha256 = "d1ffd055969c8f8d431e2d439813e42326961d0942bdf734d2c95dc30c369566 ",
384
384
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",
387
387
],
388
388
)
389
389
0 commit comments