Skip to content

Commit 98281e1

Browse files
authored
Merge pull request #48 from adrg/dependabot/github_actions/golangci/golangci-lint-action-6.0.1
Bump golangci/golangci-lint-action from 5.0.0 to 6.0.1
2 parents 6948efe + 3a3c034 commit 98281e1

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
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Lint
40-
uses: golangci/golangci-lint-action@v5.0.0
40+
uses: golangci/golangci-lint-action@v6.0.1
4141
with:
4242
version: "v1.54"
4343
args: --timeout=5m

0 commit comments

Comments
 (0)