Skip to content
New issue

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

Fix broken golang-ci linter #330

Closed
shahzadlone opened this issue Apr 5, 2022 · 0 comments · Fixed by #331
Closed

Fix broken golang-ci linter #330

shahzadlone opened this issue Apr 5, 2022 · 0 comments · Fixed by #331
Assignees
Milestone

Comments

@shahzadlone
Copy link
Member

image

Run golangci/golangci-lint-action@v[2](https://github.com/sourcenetwork/defradb/runs/5838075784?check_suite_focus=true#step:3:2)
  with:
    version: v1.[4](https://github.com/sourcenetwork/defradb/runs/5838075784?check_suite_focus=true#step:3:4)4
    args: --issues-exit-code=1 --config .golangci.sourceinc.yaml
    only-new-issues: false
    github-token: ***
    skip-go-installation: false
    skip-pkg-cache: false
    skip-build-cache: false
  env:
    DEFAULT_BENCHMARK_TYPE: SHORT
prepare environment
  Finding needed golangci-lint version...
  Setup go stable version spec 1
  Found in cache @ /opt/hostedtoolcache/go/1.18.0/x[6](https://github.com/sourcenetwork/defradb/runs/5838075784?check_suite_focus=true#step:3:6)4
  Added go to the path
  Successfully setup go version 1
  go version go1.1[8](https://github.com/sourcenetwork/defradb/runs/5838075784?check_suite_focus=true#step:3:8) linux/amd64
  
go env
  GO[11](https://github.com/sourcenetwork/defradb/runs/5838075784?check_suite_focus=true#step:3:11)1MODULE=""
  GOARCH="amd64"
  GOBIN=""
  GOCACHE="/home/runner/.cache/go-build"
  GOENV="/home/runner/.config/go/env"
  GOEXE=""
  GOEXPERIMENT=""
  GOFLAGS=""
  GOHOSTARCH="amd64"
  GOHOSTOS="linux"
  GOINSECURE=""
  GOMODCACHE="/home/runner/go/pkg/mod"
  GONOPROXY=""
  GONOSUMDB=""
  GOOS="linux"
  GOPATH="/home/runner/go"
  GOPRIVATE=""
  GOPROXY="https://proxy.golang.org,direct"
  GOROOT="/opt/hostedtoolcache/go/1.[18](https://github.com/sourcenetwork/defradb/runs/5838075784?check_suite_focus=true#step:3:18).0/x64"
  GOSUMDB="sum.golang.org"
  GOTMPDIR=""
  GOTOOLDIR="/opt/hostedtoolcache/go/1.18.0/x64/pkg/tool/linux_amd64"
  GOVCS=""
  GOVERSION="go1.18"
  GCCGO="gccgo"
  GOAMD64="v1"
  AR="ar"
  CC="gcc"
  CXX="g++"
  CGO_ENABLED="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant