From 5536bfc53fb1182bd4c3f99e06d6cf829981873e Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Tue, 26 Feb 2019 15:52:49 -0800 Subject: [PATCH] update snapcraft go --- Makefile | 2 +- snapcraft.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 63c16fc..ad3c6fb 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ snap/clean: rm -f cointop_*.snap snap/stage: - snapcraft stage + GO111MODULE=off snapcraft stage snap/build: snap/clean snap/stage snapcraft snap diff --git a/snapcraft.yaml b/snapcraft.yaml index 214f6b4..e05721b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,16 +1,16 @@ name: cointop version: master version-script: git -C parts/cointop/build rev-parse --short HEAD -summary: Interactive terminal based UI application for tracking cryptocurrencies +summary: Interactive terminal based UI application for tracking cryptocurrencies description: | - cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time. + cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time. grade: stable confinement: strict parts: go: - source-tag: go1.10 + source-tag: go1.11 cointop: after: [go] source: .