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 install-tools target #195

Merged
merged 2 commits into from
Jul 24, 2019
Merged

Conversation

pjanotti
Copy link
Contributor

It needs GO111MODULE env var and the recently added addlicense tool.

/cc @ccaraman

It needs GO111MODULE env var and the recently added addlicense tool.
@codecov-io
Copy link

codecov-io commented Jul 24, 2019

Codecov Report

Merging #195 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   72.74%   72.74%           
=======================================
  Files         105      105           
  Lines        6094     6094           
=======================================
  Hits         4433     4433           
  Misses       1435     1435           
  Partials      226      226

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c5e738...23dcf94. Read the comment docs.

@@ -97,7 +97,8 @@ vet:

.PHONY: install-tools
install-tools:
go install golang.org/x/lint/golint
GO111MODULE=on go install github.com/google/addlicense
Copy link
Member

Choose a reason for hiding this comment

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

Is this needed with Go 1.12 and newer?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this is still needed for Go 1.12 since it still has the same default as 1.11: "auto". Per golang/go#31857 it seems that it will still be needed in Go 1.13.

@bogdandrutu
Copy link
Member

Please rebase.

@pjanotti pjanotti merged commit 3a8030f into open-telemetry:master Jul 24, 2019
@pjanotti pjanotti deleted the fix-install-tools branch July 24, 2019 15:38
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this pull request Jul 5, 2024
swiatekm pushed a commit to swiatekm/opentelemetry-collector that referenced this pull request Oct 9, 2024
* fix collector logs example

* Update default image to 0.50.0

* Bump chart version

* revert containerLog example
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.

5 participants