fix GitHub workflow
This commit is contained in:
committed by
mattn
parent
37998ab68d
commit
a8be3f8183
2
.github/workflows/go.yaml
vendored
2
.github/workflows/go.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: ['1.20', '1.23', '1.24']
|
go: ['1.22', '1.23', '1.24']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
OS: ${{ matrix.os }}
|
OS: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user