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

feat: adding install for newer versions of golang #195

Merged
merged 1 commit into from Apr 29, 2024

Conversation

alfonsocv12
Copy link
Contributor

@alfonsocv12 alfonsocv12 commented Apr 27, 2024

Description

I just try out the examples this weekend and I run into the problem of go get the using a docker container with go version 1.22.2
even with the export module on go get was not possible I run this command go install and the examples still worked

Reference issue

Fixes #...

Only on docs

@Sean-Der
Copy link
Member

Nice! Thank you @alfonsocv12

I would replace the old command entirely. That is what we did for webrtc repo, and has worked well! https://github.com/pion/webrtc/tree/master/examples/broadcast

@alfonsocv12
Copy link
Contributor Author

alfonsocv12 commented Apr 28, 2024

Nice I also add the missing @latest thanks.

Using `go get` to install binaries no longer works.
@Sean-Der Sean-Der merged commit 997c32f into pion:master Apr 29, 2024
7 of 10 checks passed
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

2 participants