Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit efeddc2

Browse files
committed
Upgrade golangci-lint to 1.47.1
1 parent 4a2611c commit efeddc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: 1.17
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v3.1.0
20+
uses: golangci/golangci-lint-action@v3.2.0
2121
with:
22-
version: v1.44.0
22+
version: v1.47.1
2323
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)