Skip to content

update golang.org/x/tools #502

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

Merged
merged 1 commit into from
Apr 20, 2019
Merged

update golang.org/x/tools #502

merged 1 commit into from
Apr 20, 2019

Conversation

listx
Copy link

@listx listx commented Apr 20, 2019

This brings in the upstream fix
golang/tools@1aadbdf. (Upstream
issue is golang/go#31163).

To create this commit, I did:

vgo get golang.org/x/tools
make update_deps
cd cmd/golangci-lint
go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'"

Fixes #500

I'm not sure if I'm doing this right, as "it works on my machine".

This brings in the upstream fix
golang/tools@1aadbdf. (Upstream
issue is golang/go#31163).

To create this commit, I did:

  vgo get golang.org/x/tools
  make update_deps
  cd cmd/golangci-lint
  go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'"

Fixes golangci#500
@CLAassistant
Copy link

CLAassistant commented Apr 20, 2019

CLA assistant check
All committers have signed the CLA.

@jirfag jirfag merged commit 127f89f into golangci:master Apr 20, 2019
@jirfag
Copy link
Contributor

jirfag commented Apr 20, 2019

thank you!

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 this pull request may close these issues.

signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x88866c
4 participants