mirror of
https://github.com/actions/setup-go
synced 2024-11-09 23:22:41 +00:00
Update readme with v2 release
This commit is contained in:
parent
78bd24e01a
commit
e1c0a1665b
1 changed files with 3 additions and 2 deletions
|
@ -11,9 +11,10 @@ This action sets up a go environment for use in actions by:
|
||||||
- optionally downloading and caching a version of Go by version and adding to PATH
|
- optionally downloading and caching a version of Go by version and adding to PATH
|
||||||
- registering problem matchers for error output
|
- registering problem matchers for error output
|
||||||
|
|
||||||
# V2 Beta
|
# V2
|
||||||
|
|
||||||
The V2 beta offers:
|
The V2 offers:
|
||||||
|
- Adds GOBIN to the PATH
|
||||||
- Proxy Support
|
- Proxy Support
|
||||||
- stable input
|
- stable input
|
||||||
- Bug Fixes (including issues around version matching and semver)
|
- Bug Fixes (including issues around version matching and semver)
|
||||||
|
|
Loading…
Reference in a new issue