Skip to content

Releases: actions/setup-go

v2.1.0

29 Jun 19:18
1616116
Compare
Choose a tag to compare

Go binaries are downloaded from go-versions releases with a read through to the go dist source on miss.

v2.0.3

06 Apr 14:25
78bd24e
Compare
Choose a tag to compare

Proxy support
Bug fixes with semver matching
add bin to the path
stable option so you can specify not stable versions.
Test coverage including mocking to cover actions code arcs (no internet needed)
e2e workflow to validate downloading versions
problem matchers with less false hits
output final resolved version to logs
output go env in expanding block

v2-beta

11 Feb 00:32
78bd24e
Compare
Choose a tag to compare
v2-beta Pre-release
Pre-release
  • Proxy support
  • Bug fixes with semver matching
  • stable option so you can specify not stable versions.
  • Test coverage including mocking to cover actions code arcs (no internet needed)
  • e2e workflow to validate downloading versions

v2.0.2 (beta)

03 Apr 15:55
202a594
Compare
Choose a tag to compare
v2.0.2 (beta) Pre-release
Pre-release

Still a v2 beta
Proxy support
Bug fixes with semver matching
add bin to the path
stable option so you can specify not stable versions.
Test coverage including mocking to cover actions code arcs (no internet needed)
e2e workflow to validate downloading versions
problem matchers with less false hits
output final resolved version to logs

v2.0.1 (beta)

26 Mar 18:15
a030287
Compare
Choose a tag to compare
v2.0.1 (beta) Pre-release
Pre-release

Still a v2 beta
Proxy support
Bug fixes with semver matching
add bin to the path
stable option so you can specify not stable versions.
Test coverage including mocking to cover actions code arcs (no internet needed)
e2e workflow to validate downloading versions

v1.1.2

25 Nov 18:27
9fbc767
Compare
Choose a tag to compare

Add support for ARM architecture to Go download.

v1.1.1

17 Sep 07:26
75259a5
Compare
Choose a tag to compare

Use golang-dl release data to avoid GitHub API limits whilst fetching Go.

Deprecate version

12 Sep 14:39
4efa1b8
Compare
Choose a tag to compare

Deprecate version

v1.0.2

19 Aug 12:31
Compare
Choose a tag to compare

Handle the .x syntax and non-fully qualified versions (e.g. 1.10)

v1.0.1

13 Aug 20:31
8187235
Compare
Choose a tag to compare
Update to use go-version (#10)