Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-09-04 12:22:51 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-09-04 12:22:51 +0300
commite1ead4dbca4cfb00ec0893c8c8563c91624ecca7 (patch)
tree72fa24a9bb80fb1365b09058f6313ba942d52ea2 /snap
parent5b59b9c171c9a4d8fd16cf2a1fd0be3de630d459 (diff)
Bump down again to Go 1.16.7 for the release builds
Note that this commit has nothing to do with "Hugo not working with Go 1.17", but this is the simplest fix of some build related issues in Hugo 0.88.0. Updates #8952 Updates #8955
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index a224f3652..188bab501 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -31,7 +31,7 @@ parts:
hugo:
plugin: nil
- build-snaps: [go/1.17/stable]
+ build-snaps: [go/1.16/stable]
source: .
override-build: |
set -ex