Skip to content

Commit 3cd2cb3

Browse files
committed
CI: disable cache
Something broke Go module caching on the semaphore side. Disable restoring the cache for now. Signed-off-by: Lorenz Bauer <[email protected]>
1 parent 80a7e31 commit 3cd2cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ blocks:
2626
- sem-version go 1.19.1
2727
- export PATH="$PATH:$(go env GOPATH)/bin"
2828
- checkout
29-
- cache restore
29+
# Disabled, see https://github.com/cilium/ebpf/issues/898
30+
# - cache restore
3031
- go mod tidy
3132
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.48.0
3233
- go install gotest.tools/[email protected]

0 commit comments

Comments
 (0)