@@ -69,6 +69,11 @@ Slack: #bazel on `Gopher Slack`_
69
69
Announcements
70
70
-------------
71
71
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.
72
77
2020-08-27
73
78
rules_go release
74
79
`v0.24.0 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.0 >`_ and
@@ -80,11 +85,6 @@ Announcements
80
85
`v0.23.8 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.8 >`_ and
81
86
`v0.22.11 <https://github.com/bazelbuild/rules_go/releases/tag/v0.22.11 >`_ are
82
87
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.
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.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.
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 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281 ",
209
+ sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382 ",
210
210
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",
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 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281 ",
256
+ sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382 ",
257
257
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",
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 = "08369b54a7cbe9348eea474e36c9bbb19d47101e8860cec75cbf1ccd4f749281 ",
382
+ sha256 = "7f1aa43d986df189f7cf30e81dd2dc9d8ed7c74e356341a17267f6d7e5748382 ",
383
383
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",
386
386
],
387
387
)
388
388
0 commit comments