Skip to content

Commit

Permalink
Merge pull request #426 from traPtitech/fix/golangci-build-error
Browse files Browse the repository at this point in the history
🔧 use install-mode: goinstall
  • Loading branch information
ras0q authored Jun 25, 2023
2 parents 6300c5e + a7ee545 commit 9fe4396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: latest
args: '--timeout=5m'
install-mode: goinstall

0 comments on commit 9fe4396

Please sign in to comment.