Skip to content

Commit cb520ba

Browse files
chore(deps): update library/golang docker tag to v1.24.1
Signed-off-by: renovate[bot] <[email protected]>
1 parent 06f0995 commit cb520ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
2424
TEST_TIMEOUT ?= 5s
2525

2626
# renovate: datasource=docker depName=library/golang
27-
GOLANG_IMAGE_VERSION = 1.23.6-alpine
28-
GOLANG_IMAGE_SHA = sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037
27+
GOLANG_IMAGE_VERSION = 1.24.1-alpine
28+
GOLANG_IMAGE_SHA = sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386
2929

3030
# Add the ability to override variables
3131
-include Makefile.override

0 commit comments

Comments
 (0)