Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

Mark V. pfp
Mark V.
@mikroskeem
Here's a small bash function I made to make working with different third party Go projects in your favourite CI pipelines easier https://gist.github.com/mikroskeem/268d08bda34c1cdd1293b1f4691e6890 Go doesn't have as good version management solution as Rust offers (via rustup), yet some projects (especially web3 /-related) build only on specific Go versions because of e.g. quic-go.
1 reply
1 recast
1 reaction

Mark V. pfp
Mark V.
@mikroskeem
Of course, requires recent Go supporting GOTOOLCHAIN environment variable https://go.dev/doc/toolchain Spin up your CI environment with recent Go, make sure that ~/go (or $GOPATH) is cached, set up the toolchain version with this script for desired project & that's it
1 reply
0 recast
0 reaction