Skip to content

Commit

Permalink
test(deps): update golang docker tag to v1.22.5 (#2878)
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 Jul 3, 2024
1 parent 6b73c6f commit f6555bb
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 @@ -61,7 +61,7 @@ RUN install-tool git-lfs v3.5.1
RUN install-tool gleam 1.2.1

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.4
RUN install-tool golang 1.22.5

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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.4
RUN install-tool golang 1.22.5

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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.4
RUN install-tool golang 1.22.5

USER 1000

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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.4
RUN install-tool golang 1.22.5


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

# renovate: datasource=docker versioning=docker
RUN install-tool golang 1.22.4
RUN install-tool golang 1.22.5

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

0 comments on commit f6555bb

Please sign in to comment.