Skip to content

Commit e2c28e9

Browse files
chore: Update golangci/golangci-lint-action action to v9
| datasource | package | from | to | | ----------- | ----------------------------- | ---- | -- | | github-tags | golangci/golangci-lint-action | v6 | v9 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent c8df201 commit e2c28e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
echo "golangci=$(make lint-version)" >> $GITHUB_OUTPUT
9595
# Use the golangci-lint action, which provides Github-specific features such as diff annotations.
9696
- name: golangci-lint
97-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
97+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9
9898
with:
9999
version: ${{ steps.version.golangci }}

0 commit comments

Comments
 (0)