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
Allow access to the GOPATH variable. And parse the value to add read-write permissions for any directories listed.
Disallow access to the GOPATH variable and grant read-write access to the default location, $HOME/go. (But that gets complicated if that path does not exist...)
Create a temporary directory with read-write access and set GOPATH to point to it.
Overview
Attempting to a create a lockfile from a
go.mod
manifest fails with errormissing $GOPATH: HOME is not set
.How To Reproduce
Steps to reproduce this behavior:
go.mod
filego env
the$GOPATH
is set.The text was updated successfully, but these errors were encountered: