Skip to content

Commit

Permalink
Update golangci action to increase timeout and hard-code version (#610)
Browse files Browse the repository at this point in the history
* Disable cache in golangci action

* increase timeout in golangci action
  • Loading branch information
brycahta authored Mar 31, 2022
1 parent 0468e8c commit 99a27d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- uses: actions/checkout@v2
- name: Set up golangci-lint
uses: golangci/[email protected]
with:
version: v1.45.2
args: --timeout=5m

buildLinux:
name: Build Linux Binaries
Expand Down

0 comments on commit 99a27d3

Please sign in to comment.