Skip to content

Commit 626874b

Browse files
Merge pull request #157 from smlx/dependabot/github_actions/golangci/golangci-lint-action-5.1.0
chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
2 parents ac790d8 + 2cdc27b commit 626874b

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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
1515
with:
1616
go-version: stable
17-
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
17+
- uses: golangci/golangci-lint-action@9d1e0624a798bb64f6c3cea93db47765312263dc # v5.1.0
1818
with:
1919
args: --timeout=180s --enable gocritic
2020
lint-commits:

0 commit comments

Comments
 (0)