From 470a4bea9bbd6509bb409f0cdc1bc7ccdb92cf6b Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 22 Feb 2021 18:55:28 +0100 Subject: [PATCH] ci: build/test with multiple version of go --- .github/workflows/knative-go-build.yaml | 2 +- .github/workflows/knative-go-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/knative-go-build.yaml b/.github/workflows/knative-go-build.yaml index 7bd13004ab..288d737cd4 100644 --- a/.github/workflows/knative-go-build.yaml +++ b/.github/workflows/knative-go-build.yaml @@ -27,7 +27,7 @@ jobs: name: Build strategy: matrix: - go-version: [1.15.x] + go-version: ['1.15', '1.16'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} diff --git a/.github/workflows/knative-go-test.yaml b/.github/workflows/knative-go-test.yaml index 965df1e746..52b12f1232 100644 --- a/.github/workflows/knative-go-test.yaml +++ b/.github/workflows/knative-go-test.yaml @@ -31,7 +31,7 @@ jobs: name: Unit Tests strategy: matrix: - go-version: [1.15.x] + go-version: ['1.15', '1.16'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }}