-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed as not planned
Labels
OtherNone of the above.None of the above.
Description
Go version
go1.24.2 darwin/arm64
Output of go env
in your module/workspace:
AR='ar'
CC='cc'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED='1'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
CXX='c++'
GCCGO='gccgo'
GO111MODULE=''
GOARCH='arm64'
GOARM64='v8.0'
GOAUTH='netrc'
GOBIN=''
GOCACHE='/Volumes/D/jane/Library/Caches/go-build'
GOCACHEPROG=''
GODEBUG=''
GOENV='/Volumes/D/jane/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFIPS140='off'
GOFLAGS=''
GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/sk/k6vkn27d2xbcxcj1ll6dvwjw0000gn/T/go-build3355211481=/tmp/go-build -gno-record-gcc-switches -fno-common'
GOHOSTARCH='arm64'
GOHOSTOS='darwin'
GOINSECURE=''
GOMOD='/dev/null'
GOMODCACHE='/Volumes/D/jane/go/pkg/mod'
GONOPROXY='github.com/theuxm'
GONOSUMDB='github.com/theuxm'
GOOS='darwin'
GOPATH='/Volumes/D/jane/go'
GOPRIVATE='github.com/theuxm'
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/opt/homebrew/Cellar/go/1.24.2/libexec'
GOSUMDB='sum.golang.org'
GOTELEMETRY='local'
GOTELEMETRYDIR='/Volumes/D/test/Library/Application Support/go/telemetry'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/opt/homebrew/Cellar/go/1.24.2/libexec/pkg/tool/darwin_arm64'
GOVCS=''
GOVERSION='go1.24.2'
GOWORK='/Volumes/D/www/projects/test/saasfly/saasfly_api/go.work'
PKG_CONFIG='pkg-config'
What did you do?
Ref: golang/vscode-go#3675 (comment)
this bug came back again so often whenever i try to install any module in Workspace the errors appears
when i you run this it goes away
go clean -modcache
go clean -cache
What did you see happen?


What did you expect to see?
There should not be any error or warning
Metadata
Metadata
Assignees
Labels
OtherNone of the above.None of the above.