Skip to content

Commit

Permalink
Merge pull request #464 from apigee/golangci-timeout
Browse files Browse the repository at this point in the history
increase timeout for golang-ci
  • Loading branch information
ssvaidyanathan authored May 17, 2024
2 parents 85ba830 + 2667cb8 commit 152d47d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gorelease-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
go-version-file: './go.mod'
check-latest: true

- name: Reviewdog Lint
uses: reviewdog/action-golangci-lint@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=4m

- name: Write private key to disk
run: echo "${{ secrets.COSIGN_PRIVATE_KEY }}" > /tmp/cosign.key
Expand Down

0 comments on commit 152d47d

Please sign in to comment.