rust-lang/crates-build-env

FFI upgrade golang version to >= 1.19

neonphog opened this issue · 7 comments

https://docs.rs/crate/tx5-go-pion-sys/0.0.1-alpha.1/builds/723243

[INFO] [stderr]   thread 'main' panicked at 'go executable version must be >= 1.19, got: 1.13', build.rs:42:5

Why is ubuntu's golang so old? Would it be possible to switch to jammy? That at least has 1.17 (https://packages.ubuntu.com/jammy/golang-1.17] I might be able to pair back the deps that far.

We're tracking ubuntu LTS for these images.

A upgrade to jammy is possible, but is some work (see also #84 ).

I'm happy to review a PR :)

I assume you meant see also #84. Awesome I'll spend a little time on that today.

oh yeah, you're right :)

I assume the golang version is now up-to-date with the new image (#120) and will close this issue.

Thank you!

Yep, build env is now up to go 1.18, and I was able to reduce the requirement down to 1.18. Thanks for your help!

Thank you for yours!