Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26
This commit is contained in:
committed by
mattn
parent
bc7436edad
commit
bb8d0b2a05
4
.github/workflows/go.yaml
vendored
4
.github/workflows/go.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: ['1.23', '1.24', '1.25']
|
||||
go: ['1.24', '1.25', '1.26']
|
||||
fail-fast: false
|
||||
env:
|
||||
OS: ${{ matrix.os }}
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.23', '1.24', '1.25']
|
||||
go: ['1.24', '1.25', '1.26']
|
||||
fail-fast: false
|
||||
env:
|
||||
OS: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user