Skip to content

Commit 8a4c509

Browse files
Bump golangci/golangci-lint-action from 3 to 4 (#50)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c716075 commit 8a4c509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: 'stable'
2323
check-latest: true
2424

25-
- uses: golangci/golangci-lint-action@v3
25+
- uses: golangci/golangci-lint-action@v4
2626
with:
2727
version: ${{ env.GOLANGCI_LINT_VERSION }}
2828
args: --verbose --timeout 5m

0 commit comments

Comments
 (0)