Le Wed, Apr 14, 2021 at 10:39:05AM -0600, Aaron Bieber a écrit : > > Daniel Jakots writes: > > > On Wed, 14 Apr 2021 13:24:37 +0200, Denis Fondras <open...@ledeuns.net> > > wrote: > > > >> Here is the updated diff : > > > > Thanks it works for me. ok danj@ > > > > Out of curiosity, how did you find the V value? It doesn't match the > > release name on github which is where I thought I would have found it. > > Lists of the Go created versions are here: > https://proxy.golang.org/github.com/minio/minio/@latest or > https://pkg.go.dev/github.com/minio/minio?tab=versions >
I did something uglier :) - got the commit id from github release, keep the 12 first chars : c3cae160b35d - go to https://proxy.golang.org/github.com/minio/mc/@v/v0.0.0-20210101000000-c3cae160b35d.info, it gave me the expected date in return. - convert the date to RFC3339 format