Skip to content

Commit a817399

Browse files
committed
fix: update CI to use Go 1.23 and fix golangci-lint version compatibility
1 parent e55ba27 commit a817399

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
go-version: [1.25.x]
15+
go-version: [1.23.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -52,9 +52,10 @@ jobs:
5252
- name: Set up Go
5353
uses: actions/setup-go@v4
5454
with:
55-
go-version: 1.25.x
55+
go-version: 1.23.x
5656

5757
- name: golangci-lint
58-
uses: golangci/golangci-lint-action@v3
58+
uses: golangci/golangci-lint-action@v6
5959
with:
60-
version: latest
60+
version: latest
61+
args: --out-format=colored-line-number

0 commit comments

Comments
 (0)