Skip to content

Commit

Permalink
Update linter version
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Nov 17, 2022
1 parent a015c19 commit 1b2e05f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kube-burner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Build
run: make build
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Download kube-burner binary
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -88,6 +90,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Download kube-burner binary
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -123,7 +126,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# version of golangci-lint to use in form of v1.2.3
version: v1.32
version: v1.50.1
# if set to true and the action runs on a pull request - the action outputs only newly found issues
only-new-issues: true
# golangci-lint command line arguments
Expand Down

0 comments on commit 1b2e05f

Please sign in to comment.