Skip to content

Commit 1cc665c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.7-alpine
28-
GOLANG_IMAGE_SHA = sha256:e438c135c348bd7677fde18d1576c2f57f265d5dfa1a6b26fca975d4aa40b3bb
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)