We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d7058 commit a227130Copy full SHA for a227130
make/buf/all.mk
@@ -26,7 +26,7 @@ GO_TEST_BINS := $(GO_TEST_BINS) \
26
private/bufpkg/bufcheck/internal/cmd/buf-plugin-duplicate-rule
27
GO_TEST_WASM_BINS := $(GO_TEST_WASM_BINS) \
28
private/bufpkg/bufcheck/internal/cmd/buf-plugin-suffix
29
-GO_MOD_VERSION := 1.22
+GO_MOD_VERSION := 1.23
30
DOCKER_BINS := $(DOCKER_BINS) buf
31
FILE_IGNORES := $(FILE_IGNORES) \
32
.build/ \
make/buf/docker/Dockerfile.release
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-bookworm
+FROM golang:1.24-bookworm
2
RUN apt-get -y update \
3
&& apt-get -y autoremove \
4
&& apt-get clean \
0 commit comments