go.mod: bump golang.org/x/net to 0.36.0#1729
Conversation
go.mod
Outdated
| module github.com/cilium/ebpf | ||
|
|
||
| go 1.23 | ||
| go 1.23.0 |
There was a problem hiding this comment.
This runs into eaef6a7 again. I'm really quite sick of the the whole add a .0 or don't add a .0 to the go line saga xD
There was a problem hiding this comment.
I'd be grateful for some semi-official answer what the thing to do is for depending on a language version. I don't want to pin toolchain because I don't really understand why its necessary and it's another thing to manage.
There was a problem hiding this comment.
I'm also equally confused about the meaning of the toolchain directive on projects like these. I guess it's the toolchain version used when running go test, etc. Maybe we can let this be managed by dependabot, because I don't see a way of configuring this in dependabot.yml. There's no ecosystem-specific configuration whatsoever, and we don't even have a gomod block in there, it's enabled through the GitHub UI.
This was generated by running:
go get golang.org/x/[email protected]
go mod tidy
go mod edit -toolchain=none
Replaces cilium#1724
Signed-off-by: Tobias Klauser <[email protected]>
|
I force-pushed this branch to read Reading eaef6a7 again:
Seems to me like Bottom line is eaef6a7 may no longer be an issue if both |
Nevermind, I missed that |
This was generated by running:
Replaces #1724