1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Merge pull request #24 from external-secrets/fix/go-1.15

fix: update go/dockerfile 1.15
This commit is contained in:
Moritz Johner 2021-02-08 21:06:00 +01:00 committed by GitHub
commit da21356aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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