Bump down again to Go 1.16.7 for the release builds
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 4 Sep 2021 09:22:51 +0000 (11:22 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 4 Sep 2021 09:22:51 +0000 (11:22 +0200)
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

.circleci/config.yml
snap/snapcraft.yaml

index 9dd73a51806db5540f1892072698c6d366c7206a..900d973f2bfce25e277cf1503bf8514191fc9f0b 100644 (file)
@@ -1,6 +1,6 @@
 defaults: &defaults
   docker:
-      - image: bepsays/ci-goreleaser:1.17.0
+      - image: bepsays/ci-goreleaser:1.16.7
   environment:
     CGO_ENABLED: "0"
 
index a224f3652f2a3e6e6b4428a7be210f15c794be64..188bab50109b1705f188f2f0980ded4ec6047868 100644 (file)
@@ -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