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

build: set $GOPATH/bin as default GOBIN for Config.BinPath #362

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

aofei
Copy link
Member

@aofei aofei commented Jun 19, 2024

We should avoid making any changes to GOROOT whenever possible.

Fixes #361

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.33%. Comparing base (1f67434) to head (c46e445).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #362      +/-   ##
==========================================
- Coverage   97.37%   97.33%   -0.04%     
==========================================
  Files          19       19              
  Lines        3925     3946      +21     
==========================================
+ Hits         3822     3841      +19     
- Misses         86       88       +2     
  Partials       17       17              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

internal/build/build.go Outdated Show resolved Hide resolved
We should avoid making any changes to GOROOT whenever possible.

Fixes goplus#361

Update internal/build/build.go

Co-authored-by: 张之阳 <[email protected]>
@xushiwei xushiwei merged commit 6dd18e4 into goplus:main Jun 20, 2024
5 of 6 checks passed
@aofei aofei deleted the build branch June 20, 2024 00:58
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.

llgo run get error : can't open output file on macOS
3 participants