feat(go)!: upgrade to Go 1.17 (from 1.15) (#6)

BREAKING CHANGE: Go 1.17 or later is now required, up from Go 1.15.
This commit is contained in:
2025-03-22 01:37:06 +00:00
committed by GitHub
parent f5a03af9ce
commit 85ae6e9ae3
5 changed files with 35 additions and 22 deletions

View File

@@ -61,14 +61,17 @@ jobs:
- macos-latest
- windows-latest
go_version:
- "1.15"
- "1.16"
- "1.17"
- "1.18"
- "1.19"
- "1.20"
- "stable"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}
check-latest: true
- name: Run tests
run: go test -v -count=1 -race ./...