Skip to content

Commit d926d77

Browse files
authored
prepare release 0.44.0 (#3788)
1 parent b3a4f65 commit d926d77

File tree

6 files changed

+27
-25
lines changed

6 files changed

+27
-25
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_go",
3-
version = "0.43.0",
3+
version = "0.44.0",
44
compatibility_level = 0,
55
repo_name = "io_bazel_rules_go",
66
)

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bazelbuild/rules_go
22

3-
go 1.21.0
3+
go 1.21.1
44

55
require (
66
github.com/gogo/protobuf v1.3.2
@@ -16,7 +16,7 @@ require (
1616

1717
require (
1818
golang.org/x/mod v0.14.0 // indirect
19-
golang.org/x/sys v0.14.0 // indirect
19+
golang.org/x/sys v0.15.0 // indirect
2020
golang.org/x/text v0.14.0 // indirect
2121
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
2222
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w
4040
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
4141
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
4242
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
43-
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
44-
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
43+
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
44+
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
4545
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
4646
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
4747
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

go/def.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]
121121

122122
# Current version or next version to be tagged. Gazelle and other tools may
123123
# check this to determine compatibility.
124-
RULES_GO_VERSION = "0.43.0"
124+
RULES_GO_VERSION = "0.44.0"
125125

126126
go_context = _go_context
127127
gomock = _gomock

go/private/repositories.bzl

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def go_rules_dependencies(force = False):
5050
wrapper(
5151
http_archive,
5252
name = "bazel_skylib",
53-
# 1.5.0, latest as of 2023-11-16
53+
# 1.5.0, latest as of 2023-12-15
5454
urls = [
5555
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
5656
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
@@ -105,13 +105,13 @@ def go_rules_dependencies(force = False):
105105
wrapper(
106106
http_archive,
107107
name = "org_golang_x_sys",
108-
# v0.14.0, latest as of 2023-11-16
108+
# v0.15.0, latest as of 2023-12-15
109109
urls = [
110-
"https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14.0.zip",
111-
"https://github.com/golang/sys/archive/refs/tags/v0.14.0.zip",
110+
"https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.15.0.zip",
111+
"https://github.com/golang/sys/archive/refs/tags/v0.15.0.zip",
112112
],
113-
sha256 = "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce",
114-
strip_prefix = "sys-0.14.0",
113+
sha256 = "36e7b6587b60eabebcd5102211ef5fabc6c6f40d93dd0db83dcefd13cdeb1b71",
114+
strip_prefix = "sys-0.15.0",
115115
patches = [
116116
# releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/sys -go_naming_convention import_alias
117117
Label("//third_party:org_golang_x_sys-gazelle.patch"),
@@ -124,7 +124,7 @@ def go_rules_dependencies(force = False):
124124
wrapper(
125125
http_archive,
126126
name = "org_golang_x_xerrors",
127-
# master, as of 2023-11-16
127+
# master, as of 2023-12-15
128128
urls = [
129129
"https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip",
130130
"https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip",
@@ -160,7 +160,7 @@ def go_rules_dependencies(force = False):
160160
http_archive,
161161
name = "org_golang_google_protobuf",
162162
sha256 = "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02",
163-
# v1.31.0, latest as of 2023-11-16
163+
# v1.31.0, latest as of 2023-12-15
164164
urls = [
165165
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip",
166166
"https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip",
@@ -199,7 +199,7 @@ def go_rules_dependencies(force = False):
199199
wrapper(
200200
http_archive,
201201
name = "com_github_golang_protobuf",
202-
# v1.5.3, latest as of 2023-11-16
202+
# v1.5.3, latest as of 2023-12-15
203203
urls = [
204204
"https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip",
205205
"https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip",
@@ -217,7 +217,7 @@ def go_rules_dependencies(force = False):
217217
wrapper(
218218
http_archive,
219219
name = "com_github_gogo_protobuf",
220-
# v1.3.2, latest as of 2023-11-16
220+
# v1.3.2, latest as of 2023-12-15
221221
urls = [
222222
"https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip",
223223
"https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip",
@@ -243,13 +243,13 @@ def go_rules_dependencies(force = False):
243243
wrapper(
244244
http_archive,
245245
name = "org_golang_google_genproto",
246-
# main, as of 2023-11-16
246+
# main, as of 2023-12-15
247247
urls = [
248-
"https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip",
249-
"https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20.zip",
248+
"https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/995d672761c0c5b9ac6127b488b48825f9a2e5fb.zip",
249+
"https://github.com/googleapis/go-genproto/archive/995d672761c0c5b9ac6127b488b48825f9a2e5fb.zip",
250250
],
251-
sha256 = "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389",
252-
strip_prefix = "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20",
251+
sha256 = "14164722fe3c601a0515a911b319a4d6a397f96ee74d9c12b57e5b5501f8cb48",
252+
strip_prefix = "go-genproto-995d672761c0c5b9ac6127b488b48825f9a2e5fb",
253253
patches = [
254254
# releaser:patch-cmd gazelle -repo_root . -go_prefix google.golang.org/genproto -go_naming_convention import_alias -proto disable_global
255255
Label("//third_party:org_golang_google_genproto-gazelle.patch"),
@@ -261,7 +261,7 @@ def go_rules_dependencies(force = False):
261261
_maybe(
262262
http_archive,
263263
name = "com_github_golang_mock",
264-
# v1.7.0-rc.1, latest as of 2023-11-16
264+
# v1.7.0-rc.1, latest as of 2023-12-18
265265
urls = [
266266
"https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip",
267267
"https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip",

third_party/org_golang_google_grpc_cmd_protoc_gen_go_grpc.patch

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
diff -urN a/BUILD.bazel b/BUILD.bazel
2-
--- a/BUILD.bazel 1970-01-01 01:00:00.000000000 +0100
3-
+++ b/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000
1+
diff --git a/BUILD.bazel b/BUILD.bazel
2+
new file mode 100644
3+
index 00000000..c87b2ab8
4+
--- /dev/null
5+
+++ b/BUILD.bazel
46
@@ -0,0 +1,23 @@
57
+load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
68
+

0 commit comments

Comments
 (0)