feat: bump go to v1.20.10

Signed-off-by: PoAn Yang <poan.yang@suse.com>
This commit is contained in:
PoAn Yang 2023-10-16 15:18:41 +08:00 committed by Kiefer Chang
parent fb09e88790
commit 0d1c208efe
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.suse.com/bci/golang:1.18
FROM registry.suse.com/bci/golang:1.20
ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/harvester/vm-import-controller
go 1.18
go 1.20
require (
github.com/google/uuid v1.3.0