Skip to content

Commit b784021

Browse files
authored
Merge pull request #196 from oschwald/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents a2850ad + 7ac77d0 commit b784021

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
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: golangci-lint
15-
uses: golangci/golangci-lint-action@v8
15+
uses: golangci/golangci-lint-action@v9
1616
with:
1717
version: latest

0 commit comments

Comments
 (0)