Skip to content

Commit 470a4be

Browse files
committed
ci: build/test with multiple version of go
1 parent 49ca2bb commit 470a4be

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', '1.16']
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', '1.16']
3535
platform: [ubuntu-latest]
3636

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

0 commit comments

Comments
 (0)