[node operator] adopt go 1.18

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-07-12 13:58:04 +02:00 committed by Malte Poll
parent 717570d00a
commit cbbf77248f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17 as builder
FROM golang:1.18 as builder
WORKDIR /workspace
# Copy the Go Modules manifests

View File

@ -1,6 +1,6 @@
module github.com/edgelesssys/constellation/operators/constellation-node-operator
go 1.17
go 1.18
require (
github.com/googleapis/gax-go/v2 v2.4.0