Skip to content

Commit

Permalink
github/workflows: Drop EOL versions and added latest 1.20 (peak#583)
Browse files Browse the repository at this point in the history
Co-authored-by: Selman Kayrancioglu <[email protected]>
Co-authored-by: İbrahim Güngör <[email protected]>
  • Loading branch information
3 people committed Jul 27, 2023
1 parent 71cdc2e commit 20d6a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.19.x
- 1.18.x
- 1.17.x
os:
- macos
- ubuntu
Expand All @@ -33,9 +32,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.19.x
- 1.18.x
- 1.17.x
os:
- macos
- ubuntu
Expand All @@ -55,6 +53,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.19.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.18.x
go-version: 1.20.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.19
go-version: 1.20
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 20d6a22

Please sign in to comment.