mirror of https://github.com/knative/caching.git
[master] Update GitHub Actions (#339)
Copied from `https://github.com/knative/.github/tree/master/workflow-templates`. /assign n3wscott vagababov /cc n3wscott vagababov
This commit is contained in:
parent
a6b8bbd699
commit
f6f72a7101
|
@ -27,7 +27,7 @@ jobs:
|
|||
name: Build
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.14.x]
|
||||
go-version: [1.15.x]
|
||||
platform: [ubuntu-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
name: Unit Tests
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.14.x]
|
||||
go-version: [1.15.x]
|
||||
platform: [ubuntu-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
|
|
@ -29,10 +29,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.14.x
|
||||
- name: Set up Go 1.15.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14.x
|
||||
go-version: 1.15.x
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
@ -83,11 +83,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.14.x
|
||||
- name: Set up Go 1.15.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14.x
|
||||
go-version: 1.15.x
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
name: Verify Deps and Codegen
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.14.x]
|
||||
go-version: [1.15.x]
|
||||
platform: [ubuntu-latest]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
|
Loading…
Reference in New Issue