Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: gohugoio/hugo
base: v0.88.0
head repository: gohugoio/hugo
compare: v0.88.1
  • 5 commits
  • 6 files changed
  • 0 comments
  • 2 contributors
Commits on Sep 02, 2021
Commits on Sep 04, 2021
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
@@ -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"

@@ -17,6 +17,6 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Number: 0.88,
PatchLevel: 0,
PatchLevel: 1,
Suffix: "",
}
@@ -0,0 +1,19 @@

---
date: 2021-09-04
title: "Hugo 0.88.1: A couple of Bug Fixes"
description: "This version fixes a couple of bugs introduced in 0.88.0."
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png

---



This is a bug-fix release with one important fix.

* Bump down again to Go 1.16.7 for the release builds [e1ead4db](https://github.com/gohugoio/hugo/commit/e1ead4dbca4cfb00ec0893c8c8563c91624ecca7) [@bep](https://github.com/bep) [#8952](https://github.com/gohugoio/hugo/issues/8952)[#8955](https://github.com/gohugoio/hugo/issues/8955)



@@ -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

This file was deleted.

@@ -0,0 +1,8 @@


This is a bug-fix release with one important fix.

* Bump down again to Go 1.16.7 for the release builds [e1ead4db](https://github.com/gohugoio/hugo/commit/e1ead4dbca4cfb00ec0893c8c8563c91624ecca7) [@bep](https://github.com/bep) [#8952](https://github.com/gohugoio/hugo/issues/8952)[#8955](https://github.com/gohugoio/hugo/issues/8955)



No commit comments for this range