You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
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-tun2socksgit:(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.The text was updated successfully, but these errors were encountered: