| commit | ddc5747aa3a52e7703f48281d82ea06985d95628 | [log] [tgz] |
|---|---|---|
| author | Jay Conrod <jayconrod@google.com> | Mon Mar 08 14:17:24 2021 -0500 |
| committer | GitHub <noreply@github.com> | Mon Mar 08 14:17:24 2021 -0500 |
| tree | 6ca39607e5668e6cf2a268887ea566bf95fe9bb4 | |
| parent | 7c43bccb748daec205821e7158716a273fc9c6e0 [diff] |
Set RULES_GO_VERSION to 0.26.0 (#2838)
diff --git a/go/def.bzl b/go/def.bzl index 232e087..51668de 100644 --- a/go/def.bzl +++ b/go/def.bzl
@@ -116,7 +116,7 @@ # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.25.0" +RULES_GO_VERSION = "0.26.0" declare_toolchains = _declare_toolchains go_context = _go_context