Skip to content

Commit 6fecc0c

Browse files
committed
chore: upgrade golangci lint to 1.56.2
1 parent 68c5c31 commit 6fecc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88

99
- name: Run GolangCI-Lint
1010
uses: golangci/golangci-lint-action@v3
1111
with:
12-
version: v1.53
12+
version: v1.56.2
1313
args: --timeout=5m

0 commit comments

Comments
 (0)