mirror of https://github.com/golang-jwt/jwt.git
chore: bump ci tests to include go1.23 (#405)
This commit is contained in:
parent
62e504c281
commit
f961c72abd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue