Skip to content

Commit e262ddc

Browse files
authored
Merge pull request #142 from modelpack/dependabot/github_actions/golangci/golangci-lint-action-9
chore(deps): bump golangci/golangci-lint-action from 8 to 9
2 parents ace6e8d + 7cf316c commit e262ddc

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
@@ -24,7 +24,7 @@ jobs:
2424
cache: false
2525

2626
- name: Golangci lint
27-
uses: golangci/golangci-lint-action@v8
27+
uses: golangci/golangci-lint-action@v9
2828
with:
2929
version: v2.1.0
3030
args: --verbose

0 commit comments

Comments
 (0)