Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae05b78

Browse files
committedFeb 27, 2025·
Update golanci-lint
1 parent b3e2dd8 commit ae05b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/check-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: golangci-lint
117117
uses: golangci/golangci-lint-action@v6
118118
with:
119-
version: v1.63
119+
version: v1.64.5
120120

121121
- name: Check style
122122
env:

‎.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
run:
22
timeout: 10m
3-
go: "1.22"
3+
go: "1.24"
44
tests: true
55

66
linters:

0 commit comments

Comments
 (0)
Please sign in to comment.