Skip to content

Commit 5fde99d

Browse files
committed
github: Skip tests on Go 1.20 for now
See #38
1 parent 07a0ded commit 5fde99d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
strategy:
99
matrix:
10-
go-version: [1.19.x,1.20.x]
10+
go-version: [1.19.x] # Need to wait with Go 1.20, see issue #38
1111
platform: [ macos-latest, ubuntu-latest, windows-latest]
1212
runs-on: ${{ matrix.platform }}
1313
steps:

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gohugoio/hugoreleaser
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/bep/execrpc v0.7.1

0 commit comments

Comments
 (0)