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 sys to resolve golang 1.17 local build crash #3157

Merged
merged 1 commit into from Oct 28, 2021

Conversation

ahangsu
Copy link
Contributor

@ahangsu ahangsu commented Oct 27, 2021

Summary

@barnjamin mentioned in #2899 that labstack/gommon/issues/46 has a similar issue.

Should be fixed by up version of sys. Closing #2899.

@codecov-commenter
Copy link

codecov-commenter commented Oct 27, 2021

Codecov Report

Merging #3157 (c7e6444) into master (729e597) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3157      +/-   ##
==========================================
+ Coverage   43.78%   43.79%   +0.01%     
==========================================
  Files         391      391              
  Lines       86880    86880              
==========================================
+ Hits        38038    38051      +13     
+ Misses      42808    42796      -12     
+ Partials     6034     6033       -1     
Impacted Files Coverage Δ
data/abi/abi_type.go 93.03% <0.00%> (ø)
ledger/acctupdates.go 64.85% <0.00%> (+0.19%) ⬆️
network/wsNetwork.go 64.90% <0.00%> (+0.39%) ⬆️
network/wsPeer.go 71.73% <0.00%> (+0.53%) ⬆️
ledger/blockqueue.go 82.18% <0.00%> (+1.14%) ⬆️
txnsync/mainloop.go 87.32% <0.00%> (+1.40%) ⬆️

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 729e597...c7e6444. Read the comment docs.

go.mod Outdated Show resolved Hide resolved
@ahangsu ahangsu changed the title Update go-isatty to resolve golang 1.17 local build crash Update sys to resolve golang 1.17 local build crash Oct 27, 2021
@tsachiherman tsachiherman merged commit 024eddb into master Oct 28, 2021
@tsachiherman tsachiherman deleted the fix/go1.17buildfail branch October 28, 2021 14:06
cce pushed a commit to cce/go-algorand that referenced this pull request Oct 28, 2021
Summary

@barnjamin mentioned in algorand#2899 that labstack/gommon/issues/46 has a similar issue.

Should be fixed by up version of sys. Closing algorand#2899.
@egieseke egieseke mentioned this pull request Nov 23, 2021
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

4 participants