Skip to content

Commit ff36f1b

Browse files
authored
Merge pull request #36 from containeroo/renovate/golangci-golangci-lint-action-8.x
2 parents 38e79ce + 57dbc2d commit ff36f1b

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@v7
25+
uses: golangci/golangci-lint-action@v8
2626
with:
2727
args: --issues-exit-code=0 --timeout=3m ./...

0 commit comments

Comments
 (0)