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 00f4caf

Browse files
committedMar 13, 2025·
Bump golangci-lint
1 parent 4e42b4a commit 00f4caf

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed
 

‎.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Golangci-lint
2222
uses: golangci/golangci-lint-action@v6
2323
with:
24-
version: 'v1.62'
24+
version: 'v1.63'

‎.golangci.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
run:
2-
deadline: 5m
2+
timeout: 5m
33

44
linters-settings:
5-
staticcheck:
6-
go: '1.23'
7-
stylecheck:
8-
go: '1.23'
95
gci:
10-
local-prefixes: github.com/kayrus
11-
goimports:
12-
local-prefixes: github.com/kayrus
6+
sections: ["standard", "default", "prefix(github.com/kayrus)"]
137
depguard:
148
rules:
159
prevent_unmaintained_packages:

0 commit comments

Comments
 (0)
Please sign in to comment.