Skip to content

Commit

Permalink
Use go 1.17 in the lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yitsushi committed Nov 11, 2021
1 parent ff5e33a commit 8caa076
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17'
- name: Lint
run: make lint
run: make lint

0 comments on commit 8caa076

Please sign in to comment.