Update Go version in tests (#654)

This commit is contained in:
Joe Turki
2025-10-07 18:45:16 +03:00
committed by GitHub
parent 799d1efb81
commit 9a9a5631ed
+2 -7
View File
@@ -13,10 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go:
- '1.21' # oldest version this package supports
- '1.22' # oldstable Go version
- '1.23' # stable Go version
go: ["1.25", "1.24"] # auto-update/supported-go-version-list
name: Linux Go ${{ matrix.go }}
steps:
- name: Checkout
@@ -44,9 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go:
- '1.22'
- '1.23'
go: ["1.25", "1.24"] # auto-update/supported-go-version-list
runs-on: macos-latest
name: Darwin Go ${{ matrix.go }}
steps: