Skip to content

Commit 329c2bf

Browse files
committed
update lint CI workflow
1 parent 7a99a7f commit 329c2bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.22"
20+
go-version: '1.23'
2121
cache: false
2222
- name: Install Protoc
2323
uses: arduino/setup-protoc@v1
@@ -27,5 +27,6 @@ jobs:
2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@v4
2929
with:
30-
version: v1.58
30+
version: v1.63
31+
skip-cache: true
3132
only-new-issues: true

0 commit comments

Comments
 (0)