Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.23 (#78)
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 Sep 2, 2024
1 parent 0c2494d commit 7d8635f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ when:

steps:
- name: lint
image: docker.io/library/golang:1.22
image: docker.io/library/golang:1.23
commands:
- make lint

- name: test
image: docker.io/library/golang:1.22
image: docker.io/library/golang:1.23
commands:
- make test
2 changes: 1 addition & 1 deletion Containerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22@sha256:367bb5295d3103981a86a572651d8297d6973f2ec8b62f716b007860e22cbc25 as build
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd as build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 7d8635f

Please sign in to comment.