There was an error while loading. Please reload this page.
1 parent 07a0ded commit 5fde99dCopy full SHA for 5fde99d
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
test:
8
strategy:
9
matrix:
10
- go-version: [1.19.x,1.20.x]
+ go-version: [1.19.x] # Need to wait with Go 1.20, see issue #38
11
platform: [ macos-latest, ubuntu-latest, windows-latest]
12
runs-on: ${{ matrix.platform }}
13
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gohugoio/hugoreleaser
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/bep/execrpc v0.7.1
0 commit comments