Skip to content

Commit 60c7f4d

Browse files
authored
ci: build/test with multiple version of go (google#945)
Signed-off-by: Carlos Panato <[email protected]>
1 parent 49ca2bb commit 60c7f4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/knative-go-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Build
2828
strategy:
2929
matrix:
30-
go-version: [1.15.x]
30+
go-version: ['1.15.x', '1.16.x']
3131
platform: [ubuntu-latest]
3232

3333
runs-on: ${{ matrix.platform }}

.github/workflows/knative-go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Unit Tests
3232
strategy:
3333
matrix:
34-
go-version: [1.15.x]
34+
go-version: ['1.15.x', '1.16.x']
3535
platform: [ubuntu-latest]
3636

3737
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)