...

Text file src/cmd/go/testdata/script/gotoolchain_work_issue76728.txt

Documentation: cmd/go/testdata/script

     1# #76728: with GO111MODULE=auto, we didn't switch toolchains properly
     2# in a workspace.
     3
     4env GO111MODULE=auto
     5env TESTGO_VERSION=go1.23.0
     6env TESTGO_VERSION_SWITCH=switch
     7
     8go version
     9! stdout 1\.23\.0
    10stdout 1\.24\.0
    11
    12-- go.work --
    13go 1.24.0

View as plain text