On Sunday, September 15, 2019 at 12:35:27 PM UTC-4, Axel Wagner wrote:
>
> On Sun, Sep 15, 2019 at 6:11 PM T L <tapi...@gmail.com <javascript:>> 
> wrote:
>
>> Do you mean if there is already a require line in the go.mod file,
>> which requires a non-formal tagged version,
>> then "go get ...@latest" will rollback the require to the latest formal 
>> tagged version,
>> but "go get ...@upgrade" will not?
>>
>
> AIUI (not a specialist, didn't try): *If* that "non-formal tagged version" 
> is a child-commit of the latest tagged version, then yes, that's what I 
> mean. If it isn't, then either will use the tagged version.
>

Thanks for helping me get the doc says!
 

>  
>
>>
>>
>>  
>>
>>>
>>> On Sat, Sep 14, 2019 at 10:35 AM T L <tapi...@gmail.com> wrote:
>>>
>>>> The doc https://golang.org/cmd/go/#hdr-Module_queries says:
>>>>
>>>> The string "upgrade" is like "latest", but if the module is currently 
>>>>> required at a later version than the version "latest" would select (for 
>>>>> example, a newer pre-release version), "upgrade" will select the later 
>>>>> version instead. 
>>>>>
>>>>
>>>> But I don't very get it. Who can explain it more to let me understand 
>>>> it better?
>>>>
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "golang-nuts" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to golan...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/golang-nuts/6a4ace13-3ad8-4154-846c-e8d5f343b022%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/golang-nuts/6a4ace13-3ad8-4154-846c-e8d5f343b022%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golan...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/golang-nuts/f17a504d-95da-46b4-ad0c-3b544e579176%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/golang-nuts/f17a504d-95da-46b4-ad0c-3b544e579176%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/2ce13c39-fe03-4795-b192-6cba50f69aab%40googlegroups.com.

Reply via email to