Merge pull request #30 from kairos-io/renovate/golang-1.x

Update golang Docker tag to v1.20
This commit is contained in:
Mauro Morales 2023-05-16 22:01:49 +02:00 committed by GitHub
commit 5b792f342e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.18 as builder
FROM golang:1.20 as builder
WORKDIR /workspace
# Copy the Go Modules manifests