Hi,

This is a tool I wrote that lets you easily test something with a number
of different Go versions.

First you tell gover to download a specific version (pgp sigs are
verified):

  gover download 1.16beta1

Then you can use it as you would the go command:

  gover 1.16beta1 build
  gover 1.16beta1 test
  GOARCH=mips64 GOOS=openbsd gover 1.16beta1 build
  ... etc

I didn't add lang/go as a RUN dependency because in some cases I would
like to use it without the ports version there to do the bootstrap /
building.

OK to import?

Attachment: gover.tgz
Description: Binary data

Reply via email to