-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
@kaovilai ➜ /workspaces/sdk (961a644) $ go mod graph | grep go@1.23.3 | cut -d ' ' -f 2
go@1.23.3
toolchain@go1.23.3
@kaovilai ➜ /workspaces/sdk (961a644) $ go mod graph | grep go@1.23. | grep -v /sdk | cut -d ' ' -f 2
go@1.23.2
go@1.23.1
toolchain@go1.23.3
Per above, this repo go.mod as it currently stands should have go directive of 1.23.2, not 1.23.3.
This repo by itself should not be enforcing minimum on other repositories importing it. Stop spreading "minimum virus"
toolchain version used will be defined outside of go.mod ideally, such as by installing a newer compatible go toolchain to ci/cd/development env.
Failing that, toolchain directive should be used instead of go directive for bumping versions to not cascade minimum versions to importing dependencies.
High profile repos that have removed/reduced minimum go patch version per user requests
Being proactive to prevent following from reoccuring
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels