[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:
Matt Moore 2020-09-22 11:34:40 -07:00 committed by GitHub
parent a6b8bbd699
commit f6f72a7101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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

View File

@ -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 }}