mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
Merge pull request #321 from gliptak/patch-3
Bring Go current for GH build
This commit is contained in:
commit
92bcd30467
1 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue