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.
The output of 'staticcheck -debug.version' (it is fine if this command fails)
$ staticcheck -debug.version
flag provided but not defined: -debug
...
The output of 'go version'
$ go version
go version go1.18.2 windows/amd64
The output of 'go env'
$ go env
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\tdakkota\AppData\Local\go-build
set GOENV=C:\Users\tdakkota\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\tdakkota\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\tdakkota\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=C:\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=C:\Go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.18.2
set GCCGO=gccgo
set GOAMD64=v1
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=G:\workspace\ogen\go.mod
set GOWORK=
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
Exactly which command you ran/Output of the command and what's wrong with the output
The output of 'staticcheck -version'
The output of 'staticcheck -debug.version' (it is fine if this command fails)
The output of 'go version'
The output of 'go env'
Exactly which command you ran/Output of the command and what's wrong with the output
Running staticcheck via golangci-lint leads to the same panic (failed CI workflow link).
Where we can read the code you're running Staticcheck on
https://github.com/ogen-go/ogen
https://github.com/go-faster/jx (
ogen
dependency, seems it causes panic)The text was updated successfully, but these errors were encountered: