We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2127402 commit 827d5b9Copy full SHA for 827d5b9
.circleci/config.yml
@@ -15,6 +15,7 @@ jobs:
15
name: Install Dependencies
16
command: |
17
go mod download
18
+ timeout: 10m
19
20
# Build and test
21
- run:
0 commit comments