Skip to content

Commit

Permalink
fix: Add timeout to the right step
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Apr 12, 2024
1 parent 091e8b3 commit 1e157ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
args: --timeout=10m

- uses: golangci/golangci-lint-action@v3
with:
version: "v1.55.2"
args: --timeout=10m

- run: go vet ./...

Expand Down

0 comments on commit 1e157ca

Please sign in to comment.