Skip to content

Commit 59b0003

Browse files
authored
Merge pull request #120 from spinframework/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents f31eaeb + 18adca0 commit 59b0003

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
@@ -23,7 +23,7 @@ jobs:
2323
go-version: stable
2424
cache: false
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v8
26+
uses: golangci/golangci-lint-action@v9
2727
with:
2828
version: v2.5.0
2929
args: --timeout 3m

0 commit comments

Comments
 (0)