summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-12-20 21:46:47 -0700
committerAnthony Fok <foka@debian.org>2018-12-20 21:46:47 -0700
commit27b62a546cd5c49df7424caeabe4af35ddd3bd90 (patch)
treecb1345d3c4d6f4304cfa2895c02214daab2e4947 /snap/snapcraft.yaml
parent35bfca3b14977eaebab4003b43b5236c1888d93d (diff)
snap: Revert build-snap to 1.11/stable channel for go
This is to fix the following snap build error: Failed to install or refresh a snap: 'go' does not exist or is not available on the desired channel '1.11.4/stable'. Use `snap info go` to get a list of channels the snap is available on. `snap info go` reveals that the '1.11/stable' channel automatically follows the latest minor point release as it becomes available.
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 954a6bfa4..31037d7d1 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -26,7 +26,7 @@ parts:
hugo:
plugin: nil
- build-snaps: [go/1.11.4/stable]
+ build-snaps: [go/1.11/stable]
source: .
override-build: |
set -ex