Releases: WillAbides/setup-go-faster
Releases · WillAbides/setup-go-faster
v1.6.0
Merge pull request #12 from WillAbides/goroot Add GOROOT environment variable
v1.5.0
Merge pull request #10 from dominikh/main register problem matcher
v1.4.0
Saves time by downloading versions.txt from https://github.com/WillAbides/goreleases instead of downloading the larger releases file from https://golang.org/dl/
v1.3.1
Fixes #5
v1.3.0
Changes install target from $RUNNER_TOOL_CACHE/go/<version>/x64
to $RUNNER_WORKSPACE/setup-go-faster/go/<version>/x64
. This results in a massive performance improvement for Windows because $RUNNER_WORKSPACE
is on a volume with significantly faster IO.
v1.2.0
optimizes 1.2.x style go-versions
v1.1.1
Minor doc change
v1.1.0
skip constraint checks when go-version is an actual go version and not a constraint.
v1.0.1
Fix a bug where the oldest matching local version will be used.
v1.0.0
remove author