Skip to content

Commit

Permalink
fix(ci): setup go in a lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Jun 5, 2024
1 parent 7cc3784 commit 1a1cc1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v4
with:
install-mode: goinstall
version: latest
args: --timeout 5m

0 comments on commit 1a1cc1d

Please sign in to comment.