Update Travis, GitHub, CircleCI and Snap to Go 1.16 (only)
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 17 Feb 2021 11:13:36 +0000 (12:13 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 18 Feb 2021 13:11:48 +0000 (14:11 +0100)
.circleci/config.yml
.github/workflows/test.yml
README.md
snap/snapcraft.yaml

index b78868396ca3158fdc15adce0e5bca103b5c9c17..1ec5ec4b69fcbef4e7dc04a3ce2294fbd285f270 100644 (file)
@@ -1,6 +1,6 @@
 defaults: &defaults
   docker:
-      - image: bepsays/ci-goreleaser:1.15.1
+      - image: bepsays/ci-goreleaser:1.16.0
   environment:
     CGO_ENABLED: "0"
 
index a3eb119cddbea0e1f5f88571b7a260b9f5a7b4e6..caa123f3c226989fe357b18d553ca23286cc4055 100644 (file)
@@ -7,7 +7,7 @@ jobs:
       GO111MODULE: on
     strategy:
       matrix:
-        go-version: [1.14.x, 1.15.x]
+        go-version: [1.16.x]
         os: [ubuntu-latest, macos-latest, windows-latest]
     runs-on: ${{ matrix.os }}
     steps:
index fb878431e042013d22aab1b491a990396b85b98d..b2a8ca056bf100af6eb4b5a9702a02d8fe94b9a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/
 #### Prerequisite Tools
 
 * [Git](https://git-scm.com/)
-* [Go (we test it with the last 2 major versions)](https://golang.org/dl/)
+* [Go (we test it with the last 2 major versions; but note that Hugo 0.81.0 only builds with >= Go 1.16.)](https://golang.org/dl/)
 
 #### Fetch from GitHub
 
index 8aedc130c37590ae4c80fa7af93de64f082bbfc0..fc2bd02c208da9be3cdad6b0d154c0ce21dd0a5b 100644 (file)
@@ -26,7 +26,7 @@ parts:
 
   hugo:
     plugin: nil
-    build-snaps: [go/1.15/stable]
+    build-snaps: [go/1.16/stable]
     source: .
     override-build: |
       set -ex