From: Anthony Fok Date: Fri, 21 Dec 2018 04:46:47 +0000 (-0700) Subject: snap: Revert build-snap to 1.11/stable channel for go X-Git-Tag: v0.53~17 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=27b62a546cd5c49df7424caeabe4af35ddd3bd90;p=brevno-suite%2Fhugo 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. --- diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 954a6bfa..31037d7d 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