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
|
- name: Setup go
|
||||||
uses: actions/setup-go@v2.1.3
|
uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: '1.14.x'
|
go-version: '1.15.x'
|
||||||
- name: Vet
|
- name: Vet
|
||||||
run: make vet
|
run: make vet
|
||||||
- name: Test
|
- name: Test
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v2.1.3
|
uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: '1.14.x'
|
go-version: '1.15.x'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v2.1.3
|
uses: actions/setup-go@v2.1.3
|
||||||
with:
|
with:
|
||||||
go-version: '1.14.x'
|
go-version: '1.15.x'
|
||||||
- name: Create release artifacts
|
- name: Create release artifacts
|
||||||
run: make release
|
run: make release
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue