We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c35ba commit a009ff5Copy full SHA for a009ff5
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: ${{ matrix.go-version }}
18
- uses: actions/checkout@v2
19
- name: Cache go modules
20
- uses: actions/cache@v2
+ uses: actions/cache@v4
21
with:
22
path: ~/go/pkg/mod
23
key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
snapshot/git/repo/repo.go
@@ -15,7 +15,7 @@ import (
15
log "github.com/sirupsen/logrus"
16
)
-const gitCommandTimeout = 10 * time.Minute
+const gitCommandTimeout = 15 * time.Minute
const gitCleanupTimeout = 5 * time.Minute
const gitIndexLock = ".git/index.lock"
0 commit comments