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

Run golangci-lint before tool setup to fix tar errors #518

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

markusthoemmes
Copy link
Contributor

We did the same in knative/.github. The tar errors are due to Golang packages already existing due to the go get or go install calls.

@google-cla google-cla bot added the cla: yes label Nov 25, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #518 (549ed70) into main (5787600) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #518   +/-   ##
=======================================
  Coverage   50.60%   50.60%           
=======================================
  Files          41       41           
  Lines        2051     2051           
=======================================
  Hits         1038     1038           
  Misses        838      838           
  Partials      175      175           

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 5787600...549ed70. Read the comment docs.

@imjasonh imjasonh merged commit 5640c33 into ko-build:main Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants