Skip to content

Commit

Permalink
update Go version for review CI because of go mod update
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Mar 9, 2022
1 parent 1f4627d commit d968d21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: v1.17
- name: Checkout code
uses: actions/checkout@v2
- name: Run linter
Expand Down

0 comments on commit d968d21

Please sign in to comment.