Skip to content

Commit

Permalink
Setup go for lint call.
Browse files Browse the repository at this point in the history
Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>
  • Loading branch information
jmrodri committed Sep 5, 2022
1 parent 3d28851 commit ba1bbeb
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 ba1bbeb

Please sign in to comment.