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

Compile and run using Go 1.17.7 #32

Open
wants to merge 1 commit into
base: conext17
Choose a base branch
from

Conversation

jmwample
Copy link
Contributor

@jmwample jmwample commented Mar 3, 2022

Getting the repo up and running using 1.17.7 took some small fixes:

  • modularize repo - declaring repo as the github.com/lucas-clemente/quic-go module allows it to reference internal dependencies properly in newer versions of go
  • fix format strings - there were hanging formatting directives in client.go and server.go that the compiler was upset about. I assume, given context of surrounding lines, that they meant to reference the ConnectionID in the infof errors printed.
  • pin bifurcation/mint to a6080d (in go.mod)

@qdeconinck
Copy link
Owner

I assume only #33 should be considered and not this one.

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