Skip to content

Compile and run using Go 1.17.7#32

Open
jmwample wants to merge 1 commit into
qdeconinck:conext17from
jmwample:conext17
Open

Compile and run using Go 1.17.7#32
jmwample wants to merge 1 commit into
qdeconinck:conext17from
jmwample:conext17

Conversation

@jmwample

@jmwample jmwample commented Mar 3, 2022

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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