Skip to content

Commit

Permalink
Merge pull request #3892 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/golangci/golangci-lint-action-5

🌱 Bump golangci/golangci-lint-action from 4 to 5
  • Loading branch information
k8s-ci-robot authored May 1, 2024
2 parents f3dd1d4 + c9a6741 commit 1377289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- name: Clone the code
uses: actions/checkout@v4
- name: Run linter
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.57
working-directory: testdata/project-v4-with-deploy-image
args: --config .golangci.yml ./...
skip-cache: true # first lint action will handle
- name: Run linter
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.57
working-directory: testdata/project-v4-multigroup-with-deploy-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Clone the code
uses: actions/checkout@v4
- name: Run linter
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.57

Expand Down

0 comments on commit 1377289

Please sign in to comment.