Bumping up go setup in CI to v2.

This commit is contained in:
Renan DelValle 2020-10-14 20:32:34 -07:00
parent a7750c5c98
commit 7e7c887231
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Go for use with actions
uses: actions/setup-go@v1.0.0
uses: actions/setup-go@v2
with:
version: 1.15
go-version: 1.15
- name: Install goimports
run: go get golang.org/x/tools/cmd/goimports
- name: Run goimports check