Skip to content

Commit

Permalink
test(deps): update golang docker tag to v1.21.3 (#1574)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 11, 2023
1 parent 40f93a4 commit 5fabdae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -51,7 +51,7 @@ RUN install-tool flux v2.1.1
RUN install-tool git-lfs v3.4.0

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.2
RUN install-tool golang 1.21.3

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.13.0
Expand Down
4 changes: 2 additions & 2 deletions test/golang/Dockerfile
Expand Up @@ -28,7 +28,7 @@ WORKDIR /test
FROM base as testa

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.2
RUN install-tool golang 1.21.3

USER 1000

Expand Down Expand Up @@ -76,7 +76,7 @@ RUN prepare-tool golang
USER 1000

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.2
RUN install-tool golang 1.21.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
Expand Up @@ -26,7 +26,7 @@ RUN install-tool git v2.42.0
FROM base as test-golang

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.2
RUN install-tool golang 1.21.3

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

0 comments on commit 5fabdae

Please sign in to comment.