go version bump

This commit is contained in:
Gaurav Mehta 2024-07-15 14:36:38 +10:00 committed by Zespre Chang
parent 0628775de7
commit f9d329d1ab
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.suse.com/bci/golang:1.21
FROM registry.suse.com/bci/golang:1.22
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.21
go 1.22
require (
github.com/google/uuid v1.3.0