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

Update go precommit sha to fix "go vet" issue #168

Merged
merged 1 commit into from Feb 20, 2018

Conversation

akostibas
Copy link
Contributor

@akostibas akostibas commented Feb 20, 2018

Description

The Golang pre-commit hook was using go vet on all our files. This breaks with Go 1.10, as we need to use go tool vet on individual files (go vet is intended to be used on packages.)

I submitted a pull request upstream and it was accepted. This PR only updates our SHA to use the latest commit in their repo.

Verification Steps

  • The pre-commit tests pass!

References

Copy link
Contributor

@jim jim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM. I did not test on Go 1.10 as I don't have it installed yet.

@akostibas akostibas merged commit 3b6df1b into master Feb 20, 2018
@akostibas akostibas deleted the ak-update-go-precommit branch February 20, 2018 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants