Bump Go to 1.15 (#160)

Closes #104
This commit is contained in:
Yusuke Kuoka
2020-11-10 17:16:04 +09:00
committed by GitHub
parent dcf8524b5c
commit ece8fd8fe4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.13 as builder
FROM golang:1.15 as builder
ARG TARGETPLATFORM