Skip to content

Commit

Permalink
drop old versions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed Jul 9, 2023
1 parent aaf4d53 commit 79a5e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
- darwin
- windows
goarch:
- 386
- '386'
- amd64
- arm
- arm64
Expand All @@ -25,8 +25,8 @@ builds:
- mips64le
- s390x
goarm:
- 6
- 7
- '6'
- '7'
gomips:
- hardfloat
- softfloat
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.16.x, 1.17.x, 1.18.x, 1.19.x]
go-version: [1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 79a5e78

Please sign in to comment.