Skip to content

Commit

Permalink
Update to Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 14, 2020
1 parent f3cb0be commit 1d5eb81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.14.3
- image: bepsays/ci-goreleaser:1.15.0
environment:
CGO_ENABLED: "0"

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:
git:
depth: false
go:
- "1.13.11"
- "1.14.3"
- "1.14.7"
- "1.15"
- master

arch:
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.14/stable]
build-snaps: [go/1.15/stable]
source: .
override-build: |
set -ex
Expand Down

0 comments on commit 1d5eb81

Please sign in to comment.