Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed Nov 18, 2022
1 parent 1b2e05f commit 7dac9a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/kube-burner.yml
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
id: go

- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -120,6 +119,11 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Run golangci-lint
# You may pin to the exact commit or the version.
# uses: golangci/golangci-lint-action@04eca2038305127fb1e6683425b6864cd5612f2d
Expand Down

0 comments on commit 7dac9a9

Please sign in to comment.