Skip to content

Commit 45e8d65

Browse files
Merge pull request #239 from postfinance/dependabot/github_actions/golangci/golangci-lint-action-9
build(deps): bump golangci/golangci-lint-action from 8 to 9
2 parents 4057db2 + a0f0b7a commit 45e8d65

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
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
go-version: '1.24'
1313
- uses: actions/checkout@v6
14-
- uses: golangci/golangci-lint-action@v8
14+
- uses: golangci/golangci-lint-action@v9
1515
with:
1616
args: --timeout 5m
1717
lint-helm:

0 commit comments

Comments
 (0)