-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(go.mod): bump grafana/pyroscope-go deps (#3849)
On Go 1.23 I got such failures: ``` % make build --> Updating go.mod --> Updating go.mod in ./test/interchain # github.com/grafana/pyroscope-go/godeltaprof/internal/pprof ../../../go/pkg/mod/github.com/grafana/pyroscope-go/[email protected]/internal/pprof/delta_mutex.go:30:20: undefined: runtime_cyclesPerSecond ../../../go/pkg/mod/github.com/grafana/pyroscope-go/[email protected]/internal/pprof/proto.go:320:8: undefined: runtime_expandFinalInlineFrame make: *** [build] Error 1 ``` Due to recent change in Go 1.23 where Go team removed some internal things. Simple bump works fine.
- Loading branch information
1 parent
4b34f8b
commit 2c74ea5
Showing
2 changed files
with
9 additions
and
10 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
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