Skip to content

Commit ffdb969

Browse files
authored
Merge pull request #55 from rluisr/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents 4310391 + 4cdf378 commit ffdb969

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
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
go-version-file: 'go.mod'
1616
cache: true
17-
- uses: golangci/golangci-lint-action@v3
17+
- uses: golangci/golangci-lint-action@v4
1818
with:
1919
version: latest

0 commit comments

Comments
 (0)