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

tools: add tools.go to pin go run apps #2344

Merged
merged 2 commits into from
Jul 7, 2021
Merged

Conversation

calebdoxsey
Copy link
Contributor

Summary

Currently we rely on the makefile to pin some go apps. A better approach is to use native modules. To do this we add a tools.go and a build tag to the file.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner July 7, 2021 21:44
@calebdoxsey calebdoxsey requested a review from wasaga July 7, 2021 21:44
@codeclimate
Copy link

codeclimate bot commented Jul 7, 2021

Code Climate has analyzed commit 3e3dfd2 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Style 1

View more on Code Climate.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 64.686% when pulling 3e3dfd2 on cdoxsey/mod-tools into e23d42b on master.

@calebdoxsey calebdoxsey merged commit 4ecb434 into master Jul 7, 2021
@calebdoxsey calebdoxsey deleted the cdoxsey/mod-tools branch July 7, 2021 23:34
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.

None yet

3 participants