From aa6dac684ebef66126256d37643fc2a8ad14d358 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 23 Mar 2023 04:51:17 -0400 Subject: [PATCH] go: update submodules to Go 1.20 (#1503) Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- 3rdparty/node-maintenance-operator/go.mod | 2 +- hack/go.mod | 2 +- operators/constellation-node-operator/api/go.mod | 2 +- operators/constellation-node-operator/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/3rdparty/node-maintenance-operator/go.mod b/3rdparty/node-maintenance-operator/go.mod index 95d955450..85b893ca6 100644 --- a/3rdparty/node-maintenance-operator/go.mod +++ b/3rdparty/node-maintenance-operator/go.mod @@ -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 diff --git a/hack/go.mod b/hack/go.mod index 6f657a959..5a3f4b846 100644 --- a/hack/go.mod +++ b/hack/go.mod @@ -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 diff --git a/operators/constellation-node-operator/api/go.mod b/operators/constellation-node-operator/api/go.mod index 37b8d60fb..f37938c27 100644 --- a/operators/constellation-node-operator/api/go.mod +++ b/operators/constellation-node-operator/api/go.mod @@ -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 diff --git a/operators/constellation-node-operator/go.mod b/operators/constellation-node-operator/go.mod index 22d0e9360..e50068d26 100644 --- a/operators/constellation-node-operator/go.mod +++ b/operators/constellation-node-operator/go.mod @@ -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 => ./../..