From 24e075523e3ecb8fa04355917bd63958221d60fb Mon Sep 17 00:00:00 2001 From: Cezar Craciunoiu Date: Thu, 30 May 2024 10:30:21 +0300 Subject: [PATCH] gomod(webinstall): Bump 'go' to the latest version Signed-off-by: Cezar Craciunoiu --- tools/webinstall/go.mod | 2 +- tools/webinstall/go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/webinstall/go.mod b/tools/webinstall/go.mod index 67ddec367..8babe4479 100644 --- a/tools/webinstall/go.mod +++ b/tools/webinstall/go.mod @@ -1,6 +1,6 @@ module github.com/unikraft/kraftkit/webinstall -go 1.18 +go 1.22 require ( github.com/rancher/wrangler v1.1.1 diff --git a/tools/webinstall/go.sum b/tools/webinstall/go.sum index 638cfe08a..0187d98cd 100644 --- a/tools/webinstall/go.sum +++ b/tools/webinstall/go.sum @@ -69,6 +69,7 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= +github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=