Skip to content

Commit 90a6075

Browse files
authored
Merge pull request #146 from oschwald/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 0654714 + 0fff27a commit 90a6075

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
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111
- name: golangci-lint
12-
uses: golangci/golangci-lint-action@v8
12+
uses: golangci/golangci-lint-action@v9
1313
with:
1414
version: latest

0 commit comments

Comments
 (0)