Skip to content

Commit

Permalink
Add setup-go step
Browse files Browse the repository at this point in the history
  • Loading branch information
kanata2 committed Apr 13, 2023
1 parent 39c7b2a commit 54fa87e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
runs-on: ubuntu-22.04
name: lint
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 54fa87e

Please sign in to comment.