mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 14:32:17 -04:00
Update Go to 1.19.2 (#219)
This commit is contained in:
parent
4ccd96bf64
commit
803209b12b
35 changed files with 50 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
|||
# Build the manager binary
|
||||
FROM golang:1.18 as builder
|
||||
FROM golang:1.19.2 as builder
|
||||
|
||||
WORKDIR /workspace
|
||||
# Copy the Go Modules manifests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue