Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update golang docker tag to v1.22.0 #2153

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN install-tool git-lfs v3.4.1
RUN install-tool gleam 0.34.1

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.7
RUN install-tool golang 1.22.0

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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.7
RUN install-tool golang 1.22.0

USER 1000

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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.7
RUN install-tool golang 1.22.0


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 @@ -29,7 +29,7 @@ RUN install-tool git v2.43.0
FROM base as test-golang

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.21.7
RUN install-tool golang 1.22.0

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