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:
Pete Davison
2025-02-11 22:43:17 +00:00
committed by GitHub
parent e7a6de64cb
commit ce96447468
6 changed files with 9 additions and 7 deletions

View File

@@ -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: