Skip to content

Commit 523f621

Browse files
Merge pull request spf13#461 from spf13/go124
ci: add Go 1.24 to the test matrix
2 parents 74b52b7 + 1f3c733 commit 523f621

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
go: ["1.21", "1.22", "1.23"]
17+
go: ["1.21", "1.22", "1.23", "1.24"]
1818

1919
steps:
2020
- name: Checkout repository
@@ -39,9 +39,9 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4141
with:
42-
go-version: "1.23"
42+
go-version: "1.24"
4343

4444
- name: Lint
4545
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
4646
with:
47-
version: v1.63.4
47+
version: v1.64.5
File renamed without changes.

0 commit comments

Comments
 (0)