Skip to content

Commit

Permalink
Bump down again to Go 1.16.7 for the release builds
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bep committed Sep 4, 2021
1 parent 5b59b9c commit e1ead4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1ead4d

Please sign in to comment.