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
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\ddhawal\AppData\Local\go-build
set GOEXE=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=linux
set GOPATH=c:\checkout\gitlab
set GOPROXY=direct
set GORACE=
set GOROOT=c:\go
set GOTMPDIR=
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=0
set GOMOD=C:\checkout\internal\go.mod
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-fPIC -m64 -fmessage-length=0 -fdebug-prefix-map=C:\Users\dd\AppData\Local\Temp\go-build526978046=/tmp/go-build -gno-record-gcc-switches
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go build ./...
This is working fine when I change GOOS=windows
What did you expect to see?
Successful compilation
What did you see instead?
build github.com/dd/v3/cmd/hvs: cannot load golang.org/x/sys/unix: rename c:\checkout\gitlab\pkg\mod\golang.org\x\[email protected] c:\checkout\gitlab\pkg\mod\golang.org\x\[email protected]: Access is denied.
The text was updated successfully, but these errors were encountered: