Skip to content

Commit

Permalink
Update to Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 26, 2021
1 parent 569d161 commit 0466f11
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.16.7
- image: bepsays/ci-goreleaser:1.17.0
environment:
CGO_ENABLED: "0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
GO111MODULE: on
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parts:

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

0 comments on commit 0466f11

Please sign in to comment.