Bring Go current for GH build
This commit is contained in:
parent
2db716d191
commit
62d2c64dc6
6
.github/workflows/pipeline.yml
vendored
6
.github/workflows/pipeline.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
unit-test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.12.x, 1.13.x]
|
||||
go-version: [1.14.x, 1.15.x]
|
||||
# todo: support windows
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
# platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.13.x'
|
||||
go-version: '1.15.x'
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
@ -143,7 +143,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '1.13.x'
|
||||
go-version: '1.15.x'
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user