From 11116804c548e8036c923ad0b09bd2e22139ebe7 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 14 Apr 2020 11:19:00 +1000 Subject: [PATCH] Upgrade to git 1.14 --- Dockerfile | 2 +- go.mod | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32060934..d9a7866f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13 as builder +FROM golang:1.14 as builder WORKDIR /go/src/mikefarah/yq diff --git a/go.mod b/go.mod index f929213b..3f537a51 100644 --- a/go.mod +++ b/go.mod @@ -13,4 +13,4 @@ require ( gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71 ) -go 1.13 +go 1.14 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 94cdee29..b4a9d3d7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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