Skip to content

Commit 041c5bc

Browse files
committed
Updated publish workflow to use latest wangyoucao577/go-release-action. Including go 1.21.x as part of test cycle
1 parent 8e51771 commit 041c5bc

File tree

4 files changed

+2
-38
lines changed

4 files changed

+2
-38
lines changed

.github/release-drafter-config.yml

-17
This file was deleted.

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
goarch: [amd64, arm64]
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: wangyoucao577/go-release-action@v1.36
23+
- uses: wangyoucao577/go-release-action@v1
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
goos: ${{ matrix.goos }}

.github/workflows/release-drafter.yml

-19
This file was deleted.

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go-version: [1.18.x, 1.19.x, 1.20.x]
17+
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
1818

1919
services:
2020
redis:

0 commit comments

Comments
 (0)