mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 15:55:17 -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
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue