Skip to content

Commit 4e157a4

Browse files
committed
fix: update golangci-lint action v2 -> v3
1 parent cd06d62 commit 4e157a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: golangci-lint
16-
uses: golangci/golangci-lint-action@v2
16+
uses: golangci/golangci-lint-action@v3
1717
with:
1818
version: latest
1919

0 commit comments

Comments
 (0)