From a06320f13c07b523f13da5257d4c2369f86ea8ce Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 4 Mar 2020 15:32:26 +1100 Subject: [PATCH] Attempt to fix snapcraft --- snap/snapcraft.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4bafb6a..94cdee2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -4,6 +4,7 @@ summary: A lightweight and portable command-line YAML processor description: | The aim of the project is to be the jq or sed of yaml files. +base: core18 grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels confinement: strict @@ -15,9 +16,7 @@ apps: parts: yq: plugin: go + go-channel: 1.13/stable source: . source-type: git go-importpath: github.com/mikefarah/yq - after: [go] - go: - source-tag: go1.13