summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-17 12:13:36 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-18 14:11:48 +0100
commit718fba7d63424017cb3b9774c33e7acc69c68af6 (patch)
treefb6fbb54250911bb516f85151202b6df5ad2b982
parent9650e568418a316e71ad94d7e27caf544a4a2d0d (diff)
Update Travis, GitHub, CircleCI and Snap to Go 1.16 (only)
-rw-r--r--.circleci/config.yml2
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--README.md2
-rw-r--r--snap/snapcraft.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b78868396..1ec5ec4b6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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"
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a3eb119cd..caa123f3c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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:
diff --git a/README.md b/README.md
index fb878431e..b2a8ca056 100644
--- 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
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 8aedc130c..fc2bd02c2 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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