Skip to content

Commit 73e31ce

Browse files
Updated go-release-action to latest. Using go 1.20 on the tests (#11)
1 parent de643fa commit 73e31ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goarch: [amd64, arm64]
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: wangyoucao577/go-release-action@v1
19+
- uses: wangyoucao577/go-release-action@v1.36
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
goos: ${{ matrix.goos }}

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.17.x, 1.18.x, 1.19.x]
7+
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)