mirror of
https://github.com/go-task/task.git
synced 2026-06-29 07:34:18 +00:00
chore: bump minimum version to 1.23 (#2059)
* chore: bump minimum version to 1.23 * fix: version package for 1.24 * feat: update golangci-lint version
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
name: Test
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.22.x, 1.23.x]
|
||||
go-version: [1.23.x, 1.24.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{matrix.platform}}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user