Skip to content

Commit

Permalink
go 1.20, remove many platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Nov 30, 2023
1 parent 53ddaa8 commit 325ffcb
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .github/workflows/go-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.20'
- run: go test -v -cover
release:
name: Create Release
Expand All @@ -40,48 +40,48 @@ jobs:
strategy:
matrix:
goosarch:
- 'aix/ppc64'
# - 'aix/ppc64'
# - 'android/386'
- 'android/amd64'
# - 'android/amd64'
# - 'android/arm'
- 'android/arm64'
# - 'android/arm64'
- 'darwin/amd64'
- 'darwin/arm64'
- 'dragonfly/amd64'
- 'freebsd/386'
- 'freebsd/amd64'
- 'freebsd/arm'
- 'freebsd/arm64'
- 'illumos/amd64'
# - 'dragonfly/amd64'
# - 'freebsd/386'
# - 'freebsd/amd64'
# - 'freebsd/arm'
# - 'freebsd/arm64'
# - 'illumos/amd64'
# - 'ios/amd64'
# - 'ios/arm64'
- 'js/wasm'
- 'linux/386'
# - 'js/wasm'
# - 'linux/386'
- 'linux/amd64'
- 'linux/arm'
# - 'linux/arm'
- 'linux/arm64'
- 'linux/mips'
- 'linux/mips64'
- 'linux/mips64le'
- 'linux/mipsle'
- 'linux/ppc64'
- 'linux/ppc64le'
- 'linux/riscv64'
- 'linux/s390x'
- 'netbsd/386'
- 'netbsd/amd64'
- 'netbsd/arm'
- 'netbsd/arm64'
- 'openbsd/386'
- 'openbsd/amd64'
- 'openbsd/arm'
- 'openbsd/arm64'
- 'openbsd/mips64'
- 'plan9/386'
- 'plan9/amd64'
- 'plan9/arm'
- 'solaris/amd64'
- 'windows/386'
# - 'linux/mips'
# - 'linux/mips64'
# - 'linux/mips64le'
# - 'linux/mipsle'
# - 'linux/ppc64'
# - 'linux/ppc64le'
# - 'linux/riscv64'
# - 'linux/s390x'
# - 'netbsd/386'
# - 'netbsd/amd64'
# - 'netbsd/arm'
# - 'netbsd/arm64'
# - 'openbsd/386'
# - 'openbsd/amd64'
# - 'openbsd/arm'
# - 'openbsd/arm64'
# - 'openbsd/mips64'
# - 'plan9/386'
# - 'plan9/amd64'
# - 'plan9/arm'
# - 'solaris/amd64'
# - 'windows/386'
- 'windows/amd64'
- 'windows/arm'
steps:
Expand All @@ -91,7 +91,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.20'
- name: Get OS and arch info
run: |
GOOSARCH=${{matrix.goosarch}}
Expand Down

0 comments on commit 325ffcb

Please sign in to comment.