mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
[node operator] adopt go 1.18
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
717570d00a
commit
cbbf77248f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user