Skip to content

Commit 555e07c

Browse files
authored
chore(deps): upgrade golangci-lint from v1.57.2 to v1.59.1; change golangci-lint vet to govet (#819)
Signed-off-by: Cheng Fang <[email protected]>
1 parent 6686c9e commit 555e07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run golangci-lint
7070
uses: golangci/golangci-lint-action@v6
7171
with:
72-
version: v1.57.2
72+
version: v1.59.1
7373
args: --timeout 5m
7474
test:
7575
name: Ensure unit tests are passing

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run:
33
linters:
44
enable:
55
- gofmt
6-
- vet
6+
- govet
77
- goimports
88
- ineffassign
99
- misspell

0 commit comments

Comments
 (0)