Bump go to 1.20

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales 2023-03-29 14:28:45 +02:00
parent 3a22134226
commit 0e56e52cbf
No known key found for this signature in database
GPG Key ID: 0069994DD7392198
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1,7 +1,8 @@
VERSION 0.6 VERSION 0.6
ARG BASE_IMAGE=quay.io/kairos/core-ubuntu:latest ARG BASE_IMAGE=quay.io/kairos/core-ubuntu:latest
ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools ARG OSBUILDER_IMAGE=quay.io/kairos/osbuilder-tools
ARG GO_VERSION=1.18 # renovate: datasource=docker depName=golang
ARG GO_VERSION=1.20.2
ARG LUET_VERSION=0.33.0 ARG LUET_VERSION=0.33.0
build-challenger: build-challenger:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kairos-io/kairos-challenger module github.com/kairos-io/kairos-challenger
go 1.18 go 1.20
require ( require (
github.com/google/uuid v1.3.0 github.com/google/uuid v1.3.0