Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Releases: myitcv/gobin

v0.0.14

07 Apr 15:15
aa4157f
Compare
Choose a tag to compare
  • main: only use local cache on install for -nonet (#93) aa4157f
  • ci: use GitHub actions (#94) 53acfdc
  • ci: switch to go1.13rc2 and fix new expected error messages (#85) f2461c8

v0.0.13

02 Sep 13:59
da8791e
Compare
Choose a tag to compare
  • main: fix -m mode stale binary bug (#84)

v0.0.12

27 Aug 11:23
6038506
Compare
Choose a tag to compare
  • main: optimise "runtime" steps (#80) 6038506
  • main: fix bug with major version >= 2 being installed to wrong target (#83) d94d8e5

v0.0.11

29 Jul 17:46
350ab10
Compare
Choose a tag to compare
  • Use github.com/rogpeppe/go-internal@v1.3.0; fix tests for 1.13 (#77)
  • Strip out an directory-based replacements from main pkg's module (#78)

v0.0.10

13 May 11:21
082f55c
Compare
Choose a tag to compare
  • main: fix gopkg.in path handling (#72)
  • main: support -tags and GOFLAGS with -tags (#74)

v0.0.9

21 Mar 17:49
Compare
Choose a tag to compare
main: correctly determine binary name in case path ends with major ve…

…rsion (#70)

v0.0.8

27 Feb 13:47
331f452
Compare
Choose a tag to compare
main: attach os.Stdin to command with -run (#66)

v0.0.7

18 Feb 13:09
392b803
Compare
Choose a tag to compare
main: force -run to use runtime.GOOS and runtime.GOARCH (#62)

v0.0.6

16 Feb 20:07
7e4da01
Compare
Choose a tag to compare
main: do not print *exec.ExitError for -run (#61)

Instead, rely on the program to output something sensible on
stdout/stderr. Exit with the exit code from the program we ran.

For this we use a local version of *os.ProcessState.ExitStatus()
https://go-review.googlesource.com/c/go/+/125443/ which is due to land
in Go 1.12

v0.0.5

03 Feb 19:21
4cdfd9a
Compare
Choose a tag to compare

See diff at v0.0.4...v0.0.5