Skip to content

Commit

Permalink
make: update Go to v1.23.6
Browse files Browse the repository at this point in the history
The Go image is supposedly updated by Renovate. However, by being too
specific with the Alpine version, we stopped getting updates as an
Alpine v3.19 image is no longer being published. To avoid this issue,
let's simply specify `-alpine` as the image without specifying the
version. There's no point in being too specific as we do not use this
image for a multi-strage docker build.

Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Feb 10, 2025
1 parent 1a92fb7 commit 5249242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
TEST_TIMEOUT ?= 5s

# renovate: datasource=docker depName=library/golang
GOLANG_IMAGE_VERSION = 1.23.4-alpine3.19
GOLANG_IMAGE_SHA = sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84
GOLANG_IMAGE_VERSION = 1.23.6-alpine
GOLANG_IMAGE_SHA = sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037

# Add the ability to override variables
-include Makefile.override
Expand Down

0 comments on commit 5249242

Please sign in to comment.