Skip to content

Commit 6dab394

Browse files
authored
Merge pull request #806 from oasisprotocol/dependabot/github_actions/golangci/golangci-lint-action-9
deps(ci): bump golangci/golangci-lint-action from 8 to 9
2 parents 9956c63 + 4e11773 commit 6dab394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Skip this step for dependabot pull requests.
4949
if: always() && github.actor != 'dependabot[bot]'
5050
- name: Lint Go
51-
uses: golangci/golangci-lint-action@v8
51+
uses: golangci/golangci-lint-action@v9
5252
with:
5353
version: v2.5.0
5454
# Always run this step so that all linting errors can be seen at once.

0 commit comments

Comments
 (0)