Skip to content

Commit e2506f5

Browse files
authored
Merge pull request #407 from containeroo/renovate/golangci-golangci-lint-action-7.x
chore(deps): update golangci/golangci-lint-action action to v7
2 parents 55dbf7b + 67575c2 commit e2506f5

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
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v6
29+
uses: golangci/golangci-lint-action@v7
3030
with:
3131
args: --issues-exit-code=0 --timeout=3m ./...

0 commit comments

Comments
 (0)