add patch number to go directive
I think it's recommand to include patch version in go.mod now:
https://cs.opensource.google/go/x/sync/+/master:go.mod
I think it's recommand to include patch version in go.mod now:\n\nhttps://cs.opensource.google/go/x/sync/+/master:go.mod
This could be due to the following regression which should be already fixed: https://github.com/golang/go/issues/68971
I think it's recommand to include patch version in go.mod now:\n\nhttps://cs.opensource.google/go/x/sync/+/master:go.mod
This could be due to the following regression which should be already fixed: golang/go#68971
Not really, go.mod as library can use 1.24.0 to disallow module to be used in go Go 1.23 or go 1.24rc1
https://tip.golang.org/doc/go1.21#tools