Skip to content

Commit 776fc36

Browse files
chore(deps): update golangci/golangci-lint-action action to v9 (#165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9323515 commit 776fc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cache: false # The golangci-lint action does its own caching.
5151

5252
- name: Lint
53-
uses: golangci/golangci-lint-action@v7
53+
uses: golangci/golangci-lint-action@v9
5454
with:
5555
version: ${{ env.GOLANGCI_VERSION }}
5656
args: --timeout=5m

0 commit comments

Comments
 (0)