-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed gRPC 1.61 offsets and updated go.mod versions (#609)
* updated go.mod versions * Fixed offset detection * regenerating bpf probes * Fixed conflicts between gprc and http2 * updated bpf2go * Update bpf * Use the clamp_umax helper * Update bpfs to make sure ubuntu compiled works --------- Co-authored-by: Nikola Grcevski <[email protected]> Co-authored-by: Nikola Grcevski <[email protected]>
- Loading branch information
1 parent
41c0b76
commit 19b91e8
Showing
1,537 changed files
with
67,462 additions
and
47,472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ prereqs: | |
@echo "### Check if prerequisites are met, and installing missing dependencies" | ||
mkdir -p $(TEST_OUTPUT)/run | ||
$(call go-install-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/[email protected]) | ||
$(call go-install-tool,$(BPF2GO),github.com/cilium/ebpf/cmd/bpf2go@v0.10.0) | ||
$(call go-install-tool,$(BPF2GO),github.com/cilium/ebpf/cmd/bpf2go@v0.12.3) | ||
$(call go-install-tool,$(GO_OFFSETS_TRACKER),github.com/grafana/go-offsets-tracker/cmd/[email protected]) | ||
$(call go-install-tool,$(GOIMPORTS_REVISER),github.com/incu6us/goimports-reviser/[email protected]) | ||
$(call go-install-tool,$(GO_LICENSES),github.com/google/[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.