Skip to content

Commit

Permalink
github: Skip tests on Go 1.20 for now
Browse files Browse the repository at this point in the history
See #38
  • Loading branch information
bep committed Mar 1, 2023
1 parent 07a0ded commit 5fde99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
test:
strategy:
matrix:
go-version: [1.19.x,1.20.x]
go-version: [1.19.x] # Need to wait with Go 1.20, see issue #38
platform: [ macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gohugoio/hugoreleaser

go 1.18
go 1.19

require (
github.com/bep/execrpc v0.7.1
Expand Down

0 comments on commit 5fde99d

Please sign in to comment.