Skip to content

Commit a1e432c

Browse files
authored
Merge pull request #117 from oasisprotocol/dependabot/github_actions/golangci/golangci-lint-action-9
ci: bump golangci/golangci-lint-action from 8 to 9
2 parents 5a2440a + 3aa8d53 commit a1e432c

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
@@ -70,7 +70,7 @@ jobs:
7070
if: always()
7171

7272
- name: Lint Go
73-
uses: golangci/golangci-lint-action@v8
73+
uses: golangci/golangci-lint-action@v9
7474
with:
7575
version: v2.4.0
7676
# Always run this step so that all linting errors can be seen at once.

0 commit comments

Comments
 (0)