Skip to content

Commit 9bce9ca

Browse files
Merge pull request #120 from uselagoon/dependabot/github_actions/golangci/golangci-lint-action-5.3.0
chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0
2 parents 48077aa + ce1d972 commit 9bce9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
1515
with:
1616
go-version: stable
17-
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
17+
- uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
1818
with:
1919
args: --timeout=180s --enable gocritic
2020
lint-commits:

0 commit comments

Comments
 (0)