We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version go1.22.2 darwin/arm64
go env
GO111MODULE='' GOARCH='arm64' GOBIN='' GOCACHE='/Users/k.grachev/Library/Caches/go-build' GOENV='/Users/k.grachev/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/k.grachev/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='darwin' GOPATH='/Users/k.grachev/go' GOPRIVATE='' GOPROXY='https://proxy.golang.org,direct' GOROOT='/opt/homebrew/Cellar/go/1.22.2/libexec' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/opt/homebrew/Cellar/go/1.22.2/libexec/pkg/tool/darwin_arm64' GOVCS='' GOVERSION='go1.22.2' GCCGO='gccgo' AR='ar' CC='cc' CXX='c++' CGO_ENABLED='1' GOMOD='/Users/k.grachev/Data/Go/shad-go/go.mod' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/7l/598_4ts5475d588wfllms0cw0000gq/T/go-build3678661570=/tmp/go-build -gno-record-gcc-switches -fno-common'
golangci-lint -v run ./path/to/src/...
Error message "error is not checked"
No errors
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/583301 mentions this issue: compress/gzip: avoid error loss in Write and Flush
compress/gzip: avoid error loss in Write and Flush
Sorry, something went wrong.
WriteTo
Successfully merging a pull request may close this issue.
Go version
go version go1.22.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
golangci-lint -v run ./path/to/src/...
What did you see happen?
Error message "error is not checked"
What did you expect to see?
No errors
The text was updated successfully, but these errors were encountered: