xsync icon indicating copy to clipboard operation
xsync copied to clipboard

add patch number to go directive

Open trim21 opened this issue 7 months ago • 2 comments

I think it's recommand to include patch version in go.mod now:

https://cs.opensource.google/go/x/sync/+/master:go.mod

trim21 avatar May 15 '25 20:05 trim21

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

puzpuzpuz avatar May 16 '25 17:05 puzpuzpuz

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

trim21 avatar May 17 '25 01:05 trim21