Skip to content

Commit

Permalink
test(deps): update golang docker tag to v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent babffed commit fcea5fe
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
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.6
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.6
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.6
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.6
RUN install-tool golang 1.22.0

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

0 comments on commit fcea5fe

Please sign in to comment.