Build gost after go1.8.3, so go 1.8.3 can be used in the build.
This commit is contained in:
parent
db589c63ba
commit
52ae3c6f4e
@ -1,11 +1,11 @@
|
|||||||
name: gost # you probably want to 'snapcraft register <name>'
|
name: gost
|
||||||
version: '2.4' # just for humans, typically '1.2+git' or '1.3.2'
|
version: '2.4'
|
||||||
summary: GO Simple Tunnel
|
summary: GO Simple Tunnel
|
||||||
description: |
|
description: |
|
||||||
A simple tunnel written in golang
|
A simple tunnel written in golang
|
||||||
|
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
confinement: strict
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
gost:
|
gost:
|
||||||
@ -15,9 +15,8 @@ apps:
|
|||||||
parts:
|
parts:
|
||||||
gost:
|
gost:
|
||||||
source: .
|
source: .
|
||||||
# See 'snapcraft plugins'
|
|
||||||
plugin: go
|
plugin: go
|
||||||
go-packages: [github.com/ginuerzh/gost/cmd/gost]
|
|
||||||
go-importpath: github.com/ginuerzh/gost
|
go-importpath: github.com/ginuerzh/gost
|
||||||
|
after: [go]
|
||||||
go:
|
go:
|
||||||
source-tag: go1.8.3
|
source-tag: go1.8.3
|
||||||
|
Loading…
Reference in New Issue
Block a user