Skip to content

Commit 718fba7

Browse files
committed
Update Travis, GitHub, CircleCI and Snap to Go 1.16 (only)
1 parent 9650e56 commit 718fba7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defaults: &defaults
22
docker:
3-
- image: bepsays/ci-goreleaser:1.15.1
3+
- image: bepsays/ci-goreleaser:1.16.0
44
environment:
55
CGO_ENABLED: "0"
66

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
GO111MODULE: on
88
strategy:
99
matrix:
10-
go-version: [1.14.x, 1.15.x]
10+
go-version: [1.16.x]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Use the [installation instructions in the Hugo documentation](https://gohugo.io/
5454
#### Prerequisite Tools
5555

5656
* [Git](https://git-scm.com/)
57-
* [Go (we test it with the last 2 major versions)](https://golang.org/dl/)
57+
* [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/)
5858

5959
#### Fetch from GitHub
6060

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parts:
2626

2727
hugo:
2828
plugin: nil
29-
build-snaps: [go/1.15/stable]
29+
build-snaps: [go/1.16/stable]
3030
source: .
3131
override-build: |
3232
set -ex

0 commit comments

Comments
 (0)