Skip to content

Commit de814dd

Browse files
Merge pull request #7 from redis-performance/fix.release
Updated publish workflow to use latest wangyoucao577/go-release-action. Including go 1.21.x as part of test cycle
2 parents 8e51771 + 041c5bc commit de814dd

File tree

4 files changed

+2
-38
lines changed

4 files changed

+2
-38
lines changed

.github/release-drafter-config.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)