Skip to content

Commit

Permalink
Update to Go 1.13
Browse files Browse the repository at this point in the history
Fixes #6304
  • Loading branch information
bep committed Sep 3, 2019
1 parent 28501ce commit b431301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12-7
- image: bepsays/ci-goreleaser:1.12-8
environment:
CGO_ENABLED: "0"

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:
git:
depth: false
go:
- "1.11.13"
- "1.12.9"
- "1.13"
- tip
os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parts:

hugo:
plugin: nil
build-snaps: [go/1.12/stable]
build-snaps: [go/1.13/stable]
source: .
override-build: |
set -ex
Expand Down

0 comments on commit b431301

Please sign in to comment.