Bumping up go setup in CI to v2.
This commit is contained in:
parent
a7750c5c98
commit
7e7c887231
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue