Skip to content

Commit 2f77061

Browse files
authored
Merge pull request foundriesio#513 from foundriesio/dependabot/github_actions/golangci/golangci-lint-action-9
build(deps): bump golangci/golangci-lint-action from 8 to 9
2 parents ecc12c6 + 4865e5a commit 2f77061

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: Clone the code
1515
uses: actions/checkout@v5
1616
- name: Install linter
17-
uses: golangci/golangci-lint-action@v8
17+
uses: golangci/golangci-lint-action@v9
1818
with:
1919
version: v2.1.6
2020
- name: Run linter

0 commit comments

Comments
 (0)