We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a7e31 commit 3cd2cb3Copy full SHA for 3cd2cb3
.semaphore/semaphore.yml
@@ -26,7 +26,8 @@ blocks:
26
- sem-version go 1.19.1
27
- export PATH="$PATH:$(go env GOPATH)/bin"
28
- checkout
29
- - cache restore
+ # Disabled, see https://github.com/cilium/ebpf/issues/898
30
+ # - cache restore
31
- go mod tidy
32
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.48.0
33
- go install gotest.tools/gotestsum@v1.8.1
0 commit comments