@@ -69,6 +69,11 @@ Slack: #bazel on `Gopher Slack`_
69
69
Announcements
70
70
-------------
71
71
72
+ 2020-09-09
73
+ Releases
74
+ `v0.24.2 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.2 >`_ and
75
+ `v0.23.10 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.10 >`_ are
76
+ now available with support for Go 1.15.2 and 1.14.9.
72
77
2020-09-01
73
78
Releases
74
79
`v0.24.1 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.1 >`_ and
@@ -80,11 +85,6 @@ Announcements
80
85
Gazelle release
81
86
`v0.22.0 <https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.22.0 >`_
82
87
are now available.
83
- 2020-08-12
84
- Releases
85
- `v0.23.8 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.8 >`_ and
86
- `v0.22.11 <https://github.com/bazelbuild/rules_go/releases/tag/v0.22.11 >`_ are
87
- now available with support for Go 1.15.
88
88
89
89
Contents
90
90
--------
@@ -169,7 +169,7 @@ The Go rules are tested and supported on the following host platforms:
169
169
Users have reported success on several other platforms, but the rules are
170
170
only tested on those listed above.
171
171
172
- Note: The latest version of these rules (v0.24.1 ) requires Bazel ≥ 2.2.0 to work.
172
+ Note: The latest version of these rules (v0.24.2 ) requires Bazel ≥ 2.2.0 to work.
173
173
174
174
The ``master `` branch is only guaranteed to work with the latest version of Bazel.
175
175
@@ -206,10 +206,10 @@ Go toolchain and register it for use.
206
206
207
207
http_archive(
208
208
name = "io_bazel_rules_go",
209
- sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382 ",
209
+ sha256 = "08c3cd71857d58af3cda759112437d9e63339ac9c6e0042add43f4d94caf632d ",
210
210
urls = [
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",
211
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.2 /rules_go-v0.24.2 .tar.gz",
212
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.24.2 /rules_go-v0.24.2 .tar.gz",
213
213
],
214
214
)
215
215
@@ -253,10 +253,10 @@ Add the ``bazel_gazelle`` repository and its dependencies to your
253
253
254
254
http_archive(
255
255
name = "io_bazel_rules_go",
256
- sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382 ",
256
+ sha256 = "08c3cd71857d58af3cda759112437d9e63339ac9c6e0042add43f4d94caf632d ",
257
257
urls = [
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",
258
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.2 /rules_go-v0.24.2 .tar.gz",
259
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.24.2 /rules_go-v0.24.2 .tar.gz",
260
260
],
261
261
)
262
262
@@ -379,10 +379,10 @@ automatically from a go.mod or Gopkg.lock file.
379
379
# Download the Go rules.
380
380
http_archive(
381
381
name = "io_bazel_rules_go",
382
- sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382 ",
382
+ sha256 = "08c3cd71857d58af3cda759112437d9e63339ac9c6e0042add43f4d94caf632d ",
383
383
urls = [
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",
384
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.2 /rules_go-v0.24.2 .tar.gz",
385
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.24.2 /rules_go-v0.24.2 .tar.gz",
386
386
],
387
387
)
388
388
0 commit comments