Gimme Versions Save

Install go, yay!

v1.5.5

1 year ago

Added

  • Add support for Go 1.17, 1.18

v1.5.4

4 years ago

Added

  • Add support for Go 1.12, 1.13, 1.14
  • Add oldstable support

Fixed

  • Fix gimme X when $GOFLAGS is set to a bad value

v1.5.3

5 years ago

Added

  • Go 1.11 support
  • Detect msys_nt* as Windows (git bash)

v1.5.2

5 years ago

Fixed

  • Do not pass GO111MODULE on to the compiling process

Added

  • Get verbose go build logs when GIMME_DEBUG >= 2

v1.5.1

5 years ago

Fixed

  • Handle version strings like 1.x correctly

v1.5.0

5 years ago

Added

  • docs about version policy
  • --resolve flag
  • automatic resolution of .x versions

Fixed

  • fetch current stable via less convoluted
    API
    , eliminating jq dependency
  • feedback messaging around GIMME_TYPE=auto

v1.4.0

6 years ago

Added

  • optional installation of race directory when installing from source via GIMME_INSTALL_RACE

Changed

  • ensure downloaded file SHA 256 checksums match if available
  • copyright and contributor info

v1.3.0

6 years ago

Added

  • Code of Conduct

Changed

  • 1.8 and 1.9 are now build-from-source bootstrapping candidates

Fixed

  • paginate bucket when fetching 'stable' alias
  • account for future 1.1x releases in version regex

v1.2.0

6 years ago

Added

  • support for stable alias which auto-updates to point at latest release
  • flag/command -k|--known|known to list known go versions

Fixed

  • always set GOROOT when installing official binaries

v1.0.0

7 years ago