Upgrade to git 1.14

This commit is contained in:
Mike Farah 2020-04-14 11:19:00 +10:00
parent f68b24323e
commit 11116804c5
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13 as builder
FROM golang:1.14 as builder
WORKDIR /go/src/mikefarah/yq

2
go.mod
View File

@ -13,4 +13,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
)
go 1.13
go 1.14

View File

@ -16,7 +16,7 @@ apps:
parts:
yq:
plugin: go
go-channel: 1.13/stable
go-channel: 1.14/stable
source: .
source-type: git
go-importpath: github.com/mikefarah/yq