You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note the "toolchain" line that directly contradicts the go line above it. Go 1.20 does not understand the "toolchain" keyword, and so the resulting PR build fails.
(aside, yep, apparently it's fine to link the tailscale library into a go 1.20 library, but yeah, I should upgrade that version as soon as my toolchain supports it.)
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
antifuchs
changed the title
gomod: Bumping a dependency that sets "toolchain" in their go.mod sets it in mine
gomod: Bumping a dependency that sets "go 1.21" in their go.mod sets "toolchain 1.21" in mine
Aug 22, 2023
Is there an existing issue for this?
Package ecosystem
gomod
Package manager version
1.20
Language version
1.20
Manifest location and content before the Dependabot update
go.mod. Link to original module file: https://github.com/boinkor-net/tsnsrv/blob/469a5104d7914816d185fec37a031cc47b67f032/go.mod
dependabot.yml content
https://github.com/boinkor-net/tsnsrv/blob/469a5104d7914816d185fec37a031cc47b67f032/.github/dependabot.yml
Updated dependency
"tailscale" from v1.46.1 to v1.48.1
What you expected to see, versus what you actually saw
I was expecting this PR to only contain the version bump; however, it also added this line: https://github.com/boinkor-net/tsnsrv/pull/25/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R4
in diff form:
note the "toolchain" line that directly contradicts the
go
line above it. Go 1.20 does not understand the "toolchain" keyword, and so the resulting PR build fails.(aside, yep, apparently it's fine to link the tailscale library into a go 1.20 library, but yeah, I should upgrade that version as soon as my toolchain supports it.)
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Find the PR at boinkor-net/tsnsrv#25
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: