Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lize Cai <[email protected]>
  • Loading branch information
lizzzcai committed Oct 17, 2024
1 parent aca5a0b commit 9ad4edc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.22.x
- 1.20.x
- 1.19.x
os:
Expand All @@ -32,6 +33,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.22.x
- 1.20.x
- 1.19.x
os:
Expand Down Expand Up @@ -67,6 +69,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.22.x
- 1.20.x
os:
- ubuntu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x
- run: make test_without_race
env:
S5CMD_ACCESS_KEY_ID: ${{ secrets.S5CMD_GCS_ACCESS_KEY_ID }}
Expand All @@ -34,7 +34,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.22'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 9ad4edc

Please sign in to comment.