go: update submodules to Go 1.20 (#1503)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-23 04:51:17 -04:00 committed by GitHub
parent dc52038dbc
commit aa6dac684e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
module github.com/edgelesssys/constellation/v2/3rdparty/node-maintenance-operator
go 1.19
go 1.20
require (
k8s.io/apimachinery v0.26.3

View File

@ -1,6 +1,6 @@
module github.com/edgelesssys/constellation/v2/hack
go 1.19
go 1.20
replace (
k8s.io/api v0.0.0 => k8s.io/api v0.26.3

View File

@ -1,6 +1,6 @@
module github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2/api
go 1.19
go 1.20
require (
k8s.io/api v0.26.3

View File

@ -1,6 +1,6 @@
module github.com/edgelesssys/constellation/v2/operators/constellation-node-operator/v2
go 1.19
go 1.20
replace (
github.com/edgelesssys/constellation/v2 => ./../..