Skip to content

Commit 59852b2

Browse files
authored
Merge pull request #56 from algorandfoundation/dependabot/github_actions/golangci/golangci-lint-action-9
build(deps): bump golangci/golangci-lint-action from 8 to 9
2 parents 557f214 + 43614cf commit 59852b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: make tidy format vet
2626

2727
- name: Run linter
28-
uses: golangci/golangci-lint-action@v8
28+
uses: golangci/golangci-lint-action@v9
2929
with:
3030
version: v2.4.0 # match pre-commit version
3131

0 commit comments

Comments
 (0)