Skip to content

Commit

Permalink
test(deps): update golang docker tag to v1.22.3 (#2608)
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] authored May 7, 2024
1 parent 96c695c commit d840b97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.1
RUN install-tool gleam 1.1.0

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.2
RUN install-tool golang 1.22.3

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.14.4
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN install-tool git-lfs v3.5.1
RUN install-tool gleam 1.1.0

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.2
RUN install-tool golang 1.22.3

# renovate: datasource=github-releases packageName=helm/helm
RUN install-tool helm v3.14.4
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.22.2
RUN install-tool golang 1.22.3

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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.2
RUN install-tool golang 1.22.3

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

0 comments on commit d840b97

Please sign in to comment.