Skip to content

Commit

Permalink
test(deps): update dependency golang to v1.23.4 (main) (#3727)
Browse files Browse the repository at this point in the history
test(deps): update dependency golang to v1.23.4

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Dec 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 63b95fc commit 849248a
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ RUN install-tool git-lfs v3.6.0
RUN install-tool gleam 1.6.3

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.23.3
RUN install-tool golang 1.23.4

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.16.3
4 changes: 2 additions & 2 deletions test/golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ WORKDIR /test
FROM base AS testa

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.23.3
RUN install-tool golang 1.23.4

USER 12021

@@ -108,7 +108,7 @@ RUN [[ -d /tmp/containerbase ]] || (echo "/tmp/containerbase should exist"; exit
RUN rm -rf /tmp/*;

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.23.3
RUN install-tool golang 1.23.4


RUN set -ex; cd a; go get -d ./...; cat go.sum; go mod tidy; cat go.sum
2 changes: 1 addition & 1 deletion test/golang/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-golang

# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
RUN install-tool golang 1.23.3
RUN install-tool golang 1.23.4

#--------------------------------------
# Image: final

0 comments on commit 849248a

Please sign in to comment.