From 52ae3c6f4ecbba2c1e3a6d070acd31143ada9780 Mon Sep 17 00:00:00 2001 From: Evan Dandrea Date: Thu, 10 Aug 2017 10:24:16 -0500 Subject: [PATCH] Build gost after go1.8.3, so go 1.8.3 can be used in the build. --- snapcraft.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index c2ee9f7..a471219 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,11 +1,11 @@ -name: gost # you probably want to 'snapcraft register ' -version: '2.4' # just for humans, typically '1.2+git' or '1.3.2' +name: gost +version: '2.4' summary: GO Simple Tunnel description: | A simple tunnel written in golang grade: stable -confinement: strict # use 'strict' once you have the right plugs and slots +confinement: strict apps: gost: @@ -15,9 +15,8 @@ apps: parts: gost: source: . - # See 'snapcraft plugins' plugin: go - go-packages: [github.com/ginuerzh/gost/cmd/gost] go-importpath: github.com/ginuerzh/gost + after: [go] go: source-tag: go1.8.3