Skip to content

Commit 8bf4193

Browse files
committed
chore(deps): pin golangci-lint version to v2.11.4 and update golangci config version
1 parent 8b70651 commit 8bf4193

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: golangci/golangci-lint-action@v9
5858
continue-on-error: true
5959
with:
60-
version: latest
60+
version: v2.11.4
6161
# Use colored-line-number output. Excludes should be configured in .golangci.yml
6262
args: run ./...
6363
- name: Static vet

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
run:
22
timeout: 5m
3+
version: 1
34

45
linters:
56
enable:

0 commit comments

Comments
 (0)