I tried but couldn't build outline-go-tun2socks with go1.16. It may have to do with the recent changes with go modules in 1.16 but I haven't been able to get to the bottom of it.
The gomobile wiki asks to set go env GO111MODULE=auto, which is set, but the builds still fail:
switch version
➜ outline-go-tun2socks git:(master) gvm use go1.16
Now using version go1.16.3
I tried but couldn't build
outline-go-tun2socks
withgo1.16
. It may have to do with the recent changes with go modules in 1.16 but I haven't been able to get to the bottom of it.The
gomobile
wiki asks to setgo env GO111MODULE=auto
, which is set, but the builds still fail:switch version
build failure:
go env
:Refetching deps
go get -d ./...
/ re-downloadinggomobile
/ re-init
inggomobile
didn't work.