0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-11-09 18:10:39 +00:00

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-11 21:49:16 +02:00 committed by GitHub
parent 46aedb2a39
commit b93536492e
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:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c as build
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 as build
ARG TARGETOS
ARG TARGETARCH