Bump go to 1.14

This commit is contained in:
Michael Bridgen 2020-08-06 09:07:46 +01:00
parent 36c242bc2b
commit a39bf26567
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.14 as builder
WORKDIR /workspace
# Copy the Go Modules manifests

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/squaremo/image-automation-controller
go 1.13
go 1.14
require (
// If you bump this, change TOOLKIT_VERSION in the Makefile to match