@@ -69,10 +69,15 @@ Slack: #bazel on `Gopher Slack`_
69
69
Announcements
70
70
-------------
71
71
72
+ 2020-10-15
73
+ Releases
74
+ `v0.24.4 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.4 >`_ and
75
+ `v0.23.12 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.12 >`_ are
76
+ now available with support for Go 1.15.3 and 1.14.10.
72
77
2020-09-22
73
78
Releases
74
79
`v0.24.3 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.3 >`_ and
75
- `v0.23.11 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.113 >`_
80
+ `v0.23.11 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.11 >`_
76
81
are now available with bug fixes. Gazelle
77
82
`v0.22.1 <https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.22.1 >`_
78
83
is also out.
@@ -81,11 +86,6 @@ Announcements
81
86
`v0.24.2 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.2 >`_ and
82
87
`v0.23.10 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.10 >`_ are
83
88
now available with support for Go 1.15.2 and 1.14.9.
84
- 2020-09-01
85
- Releases
86
- `v0.24.1 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.1 >`_ and
87
- `v0.23.9 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.9 >`_ are
88
- now available with support for Go 1.15.1 and 1.14.8.
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.3 ) requires Bazel ≥ 2.2.0 to work.
173
+ Note: The latest version of these rules (v0.24.4 ) 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 = "b725e6497741d7fc2d55fcc29a276627d10e43fa5d0bb692692890ae30d98d00 ",
210
+ sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e ",
211
211
urls = [
212
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.3 /rules_go-v0.24.3 .tar.gz",
213
- "https://github.com/bazelbuild/rules_go/releases/download/v0.24.3 /rules_go-v0.24.3 .tar.gz",
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",
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 = "b725e6497741d7fc2d55fcc29a276627d10e43fa5d0bb692692890ae30d98d00 ",
257
+ sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e ",
258
258
urls = [
259
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.3 /rules_go-v0.24.3 .tar.gz",
260
- "https://github.com/bazelbuild/rules_go/releases/download/v0.24.3 /rules_go-v0.24.3 .tar.gz",
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",
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 = "b725e6497741d7fc2d55fcc29a276627d10e43fa5d0bb692692890ae30d98d00 ",
383
+ sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e ",
384
384
urls = [
385
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.3 /rules_go-v0.24.3 .tar.gz",
386
- "https://github.com/bazelbuild/rules_go/releases/download/v0.24.3 /rules_go-v0.24.3 .tar.gz",
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",
387
387
],
388
388
)
389
389
0 commit comments