0
0
mirror of https://github.com/thegeeklab/wp-ansible.git synced 2024-09-16 16:02:45 +02:00

chore(deps): update docker.io/library/golang docker tag to v1.23 (#102)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-02 07:56:08 +02:00 committed by GitHub
parent b4578a604f
commit 37346feb12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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