update golang in github actions to 1.15.x
This commit is contained in:
parent
236fa7bd64
commit
a7325fc42b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: '1.14.x'
|
||||
go-version: '1.15.x'
|
||||
- name: Vet
|
||||
run: make vet
|
||||
- name: Test
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: '1.14.x'
|
||||
go-version: '1.15.x'
|
||||
- name: Build
|
||||
run: make build
|
||||
|
||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Setup go
|
||||
uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: '1.14.x'
|
||||
go-version: '1.15.x'
|
||||
- name: Create release artifacts
|
||||
run: make release
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue