GHA: use setup-go@v2

https://github.com/actions/setup-go/tree/v2.1.3#v2

The V2 offers:

- Adds GOBIN to the PATH
- Proxy Support
- stable input
- Bug Fixes (including issues around version matching and semver)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-02-05 15:39:07 +01:00
parent 5f2d02adc5
commit 129c67dc85
3 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ jobs:
steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: '1.15.7'