diff --git a/Dockerfile b/Dockerfile index 3206093..d9a7866 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 f929213..3f537a5 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 94cdee2..b4a9d3d 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