Skip to content

Commit af37b7a

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

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.2-alpine
28+
GOLANG_IMAGE_SHA = sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee
2929

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

0 commit comments

Comments
 (0)