Skip to content

Commit

Permalink
Merge pull request #53 from dapr/golangci-timeout
Browse files Browse the repository at this point in the history
Updated golangci-lint-action timeout
  • Loading branch information
willdavsmith committed Jul 10, 2020
2 parents 4f0e783 + 11173f4 commit b377c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: golangci/golangci-lint-action@v1
with:
version: v1.26
args: --timeout=20m
- name: Parse release version and set REL_VERSION env var.
run: python ./.github/scripts/get_release_version.py
- name: Setup node_module caching # this allows for re-using node_modules caching, making builds a bit faster.
Expand Down

0 comments on commit b377c24

Please sign in to comment.