Update Go and Goreleaser to 1.20, update dependencies (#231)

This commit is contained in:
Yann Hamon 2023-09-04 00:11:25 +02:00 committed by GitHub
parent 13a78ebad8
commit 2e50b79b16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 217 additions and 69 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.14 as certs
FROM alpine:3.18.3 as certs
RUN apk add ca-certificates
FROM scratch AS kubeconform