Bump go to 1.14
This commit is contained in:
parent
36c242bc2b
commit
a39bf26567
|
|
@ -1,5 +1,5 @@
|
||||||
# Build the manager binary
|
# Build the manager binary
|
||||||
FROM golang:1.13 as builder
|
FROM golang:1.14 as builder
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
# Copy the Go Modules manifests
|
# Copy the Go Modules manifests
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/squaremo/image-automation-controller
|
module github.com/squaremo/image-automation-controller
|
||||||
|
|
||||||
go 1.13
|
go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
// If you bump this, change TOOLKIT_VERSION in the Makefile to match
|
// If you bump this, change TOOLKIT_VERSION in the Makefile to match
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue