chore: bump ci tests to include go1.23 (#405)

This commit is contained in:
Michael Fridman 2024-08-16 08:47:03 -04:00 committed by GitHub
parent 62e504c281
commit f961c72abd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21", "1.22"]
go: ["1.21", "1.22", "1.23"]
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6