Bump minimum Go version to 1.24
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -8,8 +8,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.23", "1.24"]
|
go-version: ["1.24", "1.25"]
|
||||||
name: Lint ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
|
name: Lint ${{ matrix.go-version == '1.25' && '(latest)' || '(old)' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user