Skip to content

Commit

Permalink
ci: have linter step install go
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Oct 31, 2023
1 parent afe1361 commit 5aabe7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-golang@v1
with:
version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.1
Expand Down

0 comments on commit 5aabe7b

Please sign in to comment.