Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent e1ec23d commit 2b93b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if ! buildah containers --format "{{.ContainerName}}" | grep -q gobuilder-core;
echo "Pulling Golang runtime..."
golang_cache_path="${PWD}/.golang-cache"
mkdir -vp "${golang_cache_path}/{mcache,bcache}"
buildah from --name gobuilder-tmp docker.io/library/golang:1.21.3-bullseye
buildah from --name gobuilder-tmp docker.io/library/golang:1.24.0-bullseye
buildah config --env GOCACHE=/var/lib/misc/bcache --env GOMODCACHE=/var/lib/misc/mcache gobuilder-tmp
buildah commit --rm gobuilder-tmp gobuilder-image
buildah from --name gobuilder-core \
Expand Down

0 comments on commit 2b93b35

Please sign in to comment.