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

drop support for Go 1.13 #2628

Merged
merged 1 commit into from
Jul 1, 2020
Merged

drop support for Go 1.13 #2628

merged 1 commit into from
Jul 1, 2020

Conversation

marten-seemann
Copy link
Member

This PR basically reverts #2476.

The latest IPFS release was build with Go 1.14.x. It looks like none of our downstream users is using Go 1.13 any more, so we can simplify our code and drop support for it.

This should also open a way to support Go 1.15 (see #2614).

@codecov
Copy link

codecov bot commented Jun 25, 2020

Codecov Report

Merging #2628 into master will increase coverage by 0.00%.
The diff coverage is 88.57%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2628   +/-   ##
=======================================
  Coverage   86.29%   86.29%           
=======================================
  Files         123      121    -2     
  Lines        9787     9775   -12     
=======================================
- Hits         8445     8435   -10     
+ Misses       1000      998    -2     
  Partials      342      342           
Impacted Files Coverage Δ
internal/handshake/qtls.go 89.72% <86.21%> (-1.31%) ⬇️
internal/handshake/crypto_setup.go 66.52% <100.00%> (ø)

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 fc047d7...012e621. Read the comment docs.

@marten-seemann marten-seemann merged commit f65154b into master Jul 1, 2020
@marten-seemann marten-seemann deleted the drop-go-1.13 branch July 1, 2020 06:58
@aschmahmann aschmahmann mentioned this pull request Sep 22, 2020
72 tasks
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.

2 participants