Skip to content

Commit

Permalink
CI: disable cache
Browse files Browse the repository at this point in the history
Something broke Go module caching on the semaphore side. Disable
restoring the cache for now.

Signed-off-by: Lorenz Bauer <oss@lmb.io>
  • Loading branch information
lmb committed Jan 13, 2023
1 parent 80a7e31 commit 3cd2cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ blocks:
- sem-version go 1.19.1
- export PATH="$PATH:$(go env GOPATH)/bin"
- checkout
- cache restore
# Disabled, see https://github.com/cilium/ebpf/issues/898
# - cache restore
- go mod tidy
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.48.0
- go install gotest.tools/gotestsum@v1.8.1
Expand Down

0 comments on commit 3cd2cb3

Please sign in to comment.