Skip to content

Commit b480ee6

Browse files
Merge pull request #29 from rednafi/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 14bcab9 + 7a09429 commit b480ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v8
26+
uses: golangci/golangci-lint-action@v9
2727
with:
2828
version: v1.54
2929
args: --verbose --timeout 10m --fix=false --new-from-rev=HEAD~ --config=.golangci.yml

0 commit comments

Comments
 (0)