Skip to content

Commit

Permalink
Announce release 0.24.4, 0.23.12 [skip ci] (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Conrod committed Oct 15, 2020
1 parent d9aa745 commit 99e0cf0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,15 @@ Slack: #bazel on `Gopher Slack`_
Announcements
-------------

2020-10-15
Releases
`v0.24.4 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.4>`_ and
`v0.23.12 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.12>`_ are
now available with support for Go 1.15.3 and 1.14.10.
2020-09-22
Releases
`v0.24.3 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.3>`_ and
`v0.23.11 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.113>`_
`v0.23.11 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.11>`_
are now available with bug fixes. Gazelle
`v0.22.1 <https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.22.1>`_
is also out.
Expand All @@ -81,11 +86,6 @@ Announcements
`v0.24.2 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.2>`_ and
`v0.23.10 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.10>`_ are
now available with support for Go 1.15.2 and 1.14.9.
2020-09-01
Releases
`v0.24.1 <https://github.com/bazelbuild/rules_go/releases/tag/v0.24.1>`_ and
`v0.23.9 <https://github.com/bazelbuild/rules_go/releases/tag/v0.23.9>`_ are
now available with support for Go 1.15.1 and 1.14.8.

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

Note: The latest version of these rules (v0.24.3) requires Bazel ≥ 2.2.0 to work.
Note: The latest version of these rules (v0.24.4) requires Bazel ≥ 2.2.0 to work.

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

Expand Down Expand Up @@ -207,10 +207,10 @@ Go toolchain and register it for use.
http_archive(
name = "io_bazel_rules_go",
sha256 = "b725e6497741d7fc2d55fcc29a276627d10e43fa5d0bb692692890ae30d98d00",
sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
],
)
Expand Down Expand Up @@ -254,10 +254,10 @@ Add the ``bazel_gazelle`` repository and its dependencies to your
http_archive(
name = "io_bazel_rules_go",
sha256 = "b725e6497741d7fc2d55fcc29a276627d10e43fa5d0bb692692890ae30d98d00",
sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
],
)
Expand Down Expand Up @@ -380,10 +380,10 @@ automatically from a go.mod or Gopkg.lock file.
# Download the Go rules.
http_archive(
name = "io_bazel_rules_go",
sha256 = "b725e6497741d7fc2d55fcc29a276627d10e43fa5d0bb692692890ae30d98d00",
sha256 = "ac03931e56c3b229c145f1a8b2a2ad3e8d8f1af57e43ef28a26123362a1e3c7e",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.3/rules_go-v0.24.3.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/v0.24.4/rules_go-v0.24.4.tar.gz",
],
)
Expand Down

0 comments on commit 99e0cf0

Please sign in to comment.