From 0d752140a3fe44934ba66bdb3cb7251f2d06eef8 Mon Sep 17 00:00:00 2001 From: Jamy Timmermans Date: Wed, 21 Jun 2023 22:03:55 -0700 Subject: [PATCH] prepare release 0.40.0 (#3598) Co-authored-by: Zhongpeng Lin --- MODULE.bazel | 2 +- go/def.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 08e73c05c5..be98d445b2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_go", - version = "0.39.1", + version = "0.40.0", compatibility_level = 0, repo_name = "io_bazel_rules_go", ) diff --git a/go/def.bzl b/go/def.bzl index 08f637a125..2060b2f8bf 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -123,7 +123,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.39.1" +RULES_GO_VERSION = "0.40.0" go_context = _go_context go_embed_data = _go_embed_data