aboutsummaryrefslogtreecommitdiff
path: root/go/def.bzl
diff options
context:
space:
mode:
authorZhongpeng Lin <zplin@uber.com>2022-09-11 08:59:49 -0700
committerGitHub <noreply@github.com>2022-09-11 08:59:49 -0700
commit5f81b37d5c247dd0cc29c823d57b6052b2d99489 (patch)
tree870154b6bbb3d1eb1129d38357e993e23f1fa0ef /go/def.bzl
parentd94e692a7dd9afb71628b58e8268ebeecb505802 (diff)
downloadbazelbuild-rules_go-5f81b37d5c247dd0cc29c823d57b6052b2d99489.tar.gz
Preparing 0.35 release (#3288)
Diffstat (limited to 'go/def.bzl')
-rw-r--r--go/def.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/def.bzl b/go/def.bzl
index f5e52e2b..62e2eabe 100644
--- a/go/def.bzl
+++ b/go/def.bzl
@@ -124,7 +124,7 @@ TOOLS_NOGO = [
# Current version or next version to be tagged. Gazelle and other tools may
# check this to determine compatibility.
-RULES_GO_VERSION = "0.34.0"
+RULES_GO_VERSION = "0.35.0"
declare_toolchains = _declare_toolchains
go_context = _go_context