Skip to content

Commit

Permalink
Setup go for lint call.
Browse files Browse the repository at this point in the history
The github action with the newer linter needs go setup for it to run
properly.

Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>
  • Loading branch information
jmrodri committed Sep 5, 2022
1 parent 3d28851 commit e5200e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.19.x

- name: Check out code into the Go module directory
uses: actions/checkout@v2

Expand Down

0 comments on commit e5200e2

Please sign in to comment.