Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 08963ab commit 55bb330
Show file tree
Hide file tree
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
Expand Up @@ -72,7 +72,7 @@ RUN install-tool git-lfs v3.5.1
RUN install-tool gleam 1.5.1

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

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

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

USER 12021

Expand Down Expand Up @@ -92,7 +92,7 @@ RUN prepare-tool golang
USER 12021

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


RUN set -ex; cd a; go get -d ./...; cat go.sum; go mod tidy; cat go.sum
Expand Down
2 changes: 1 addition & 1 deletion test/golang/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
RUN install-tool golang 1.23.3

#--------------------------------------
# Image: final
Expand Down

0 comments on commit 55bb330

Please # to comment.