Bump up golang to 1.20

This commit is contained in:
Andrei Pohilko
2023-06-02 12:22:35 +01:00
parent a07c8f273d
commit bea75cb011
4 changed files with 9 additions and 8 deletions

6
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/komodorio/helm-dashboard
go 1.18
go 1.20
require (
github.com/Masterminds/semver/v3 v3.2.1
@@ -16,7 +16,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.10.0
github.com/sirupsen/logrus v1.9.2
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.4.0
helm.sh/helm/v3 v3.12.0
@@ -50,7 +50,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/docker/cli v20.10.21+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.24+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect