Skip to content

Commit 11ef581

Browse files
Merge pull request #212 from smlx/dependabot/github_actions/golangci/golangci-lint-action-7.0.0
chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 7.0.0
2 parents d42f7cb + 4bb0046 commit 11ef581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1515
with:
1616
go-version: stable
17-
- uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
17+
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
1818
with:
1919
args: --timeout=180s --enable gocritic
2020
lint-commits:

0 commit comments

Comments
 (0)