Skip to content

Commit

Permalink
Update to Go 1.19
Browse files Browse the repository at this point in the history
Fixes #10145
  • Loading branch information
bep committed Aug 3, 2022
1 parent cbdaff2 commit 0cd1929
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
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- image: bepsays/ci-goreleaser:1.1800.300
- image: bepsays/ci-goreleaser:1.21900.20000
environment:
CGO_ENABLED: "0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
# Go 1.18 had some breaking changes on the source level which means Hugo cannot be built
# with older Go versions, but the improvements in Go 1.18 were too good to pass on (e.g. break and continue).
# Note that you don't need Go (or Go 1.18) to run a pre-built binary.
go-version: [1.18.x]
go-version: [1.18.x,1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Expand Up @@ -53,7 +53,7 @@ parts:

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

0 comments on commit 0cd1929

Please sign in to comment.