[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