Skip to content

Commit abfc183

Browse files
authored
Merge pull request #309 from arnested/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents fd668f9 + 685c0c8 commit abfc183

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
@@ -36,7 +36,7 @@ jobs:
3636
go-version: ${{ steps.go-version.outputs.minimal }}
3737
- run: go version
3838
- name: golangci-lint
39-
uses: golangci/golangci-lint-action@v8
39+
uses: golangci/golangci-lint-action@v9
4040
with:
4141
version: latest
4242
only-new-issues: true

0 commit comments

Comments
 (0)