We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba36c0 commit af37b7aCopy full SHA for af37b7a
Makefile
@@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
24
TEST_TIMEOUT ?= 5s
25
26
# renovate: datasource=docker depName=library/golang
27
-GOLANG_IMAGE_VERSION = 1.23.7-alpine
28
-GOLANG_IMAGE_SHA = sha256:e438c135c348bd7677fde18d1576c2f57f265d5dfa1a6b26fca975d4aa40b3bb
+GOLANG_IMAGE_VERSION = 1.24.2-alpine
+GOLANG_IMAGE_SHA = sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee
29
30
# Add the ability to override variables
31
-include Makefile.override
0 commit comments