Skip to content

Commit bcff758

Browse files
authored
Merge pull request #4423 from lima-vm/dependabot/github_actions/golangci/golangci-lint-action-9.2.0
build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0
2 parents df3fcf2 + 03f82b6 commit bcff758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
echo "GOLANGCI_LINT_VERSION=$(go list -m -f '{{.Version}}' github.com/golangci/golangci-lint/v2)" >> $GITHUB_OUTPUT
9191
- name: Run golangci-lint
92-
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
92+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
9393
with:
9494
version: ${{ steps.golangci-lint-version.outputs.GOLANGCI_LINT_VERSION }}
9595
args: --verbose

0 commit comments

Comments
 (0)