Skip to content

Commit 01b912b

Browse files
authored
Merge pull request #34 from containeroo/renovate/golangci-golangci-lint-action-7.x
2 parents aef96e9 + 9ea8cfe commit 01b912b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v6
25+
uses: golangci/golangci-lint-action@v7
2626
with:
2727
args: --issues-exit-code=0 --timeout=3m ./...

0 commit comments

Comments
 (0)