Skip to content

Releases: WillAbides/setup-go-faster

v1.6.0

01 Apr 21:10
c40c5d3
Compare
Choose a tag to compare
Merge pull request #12 from WillAbides/goroot

Add GOROOT environment variable

v1.5.0

16 Feb 18:30
34c5f5a
Compare
Choose a tag to compare
Merge pull request #10 from dominikh/main

register problem matcher

v1.4.0

01 Feb 17:56
7b8c57d
Compare
Choose a tag to compare

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

30 Jan 18:33
5c1f3c5
Compare
Choose a tag to compare

v1.3.0

28 Jan 20:08
Compare
Choose a tag to compare

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

27 Jan 00:16
d3de749
Compare
Choose a tag to compare

optimizes 1.2.x style go-versions

v1.1.1

25 Jan 19:30
Compare
Choose a tag to compare

Minor doc change

v1.1.0

25 Jan 19:19
31f85c6
Compare
Choose a tag to compare

skip constraint checks when go-version is an actual go version and not a constraint.

v1.0.1

25 Jan 18:56
e68160f
Compare
Choose a tag to compare

Fix a bug where the oldest matching local version will be used.

v1.0.0

23 Jan 02:23
Compare
Choose a tag to compare