Skip to content

Commit

Permalink
🎨 add setup-go in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iChemy committed Sep 16, 2024
1 parent 8ea6bb8 commit f9c4d49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- uses: golangci/golangci-lint-action@v6
with:
version: latest
Expand Down

0 comments on commit f9c4d49

Please sign in to comment.