diff --git a/.github/workflows/nativebuild.yaml b/.github/workflows/nativebuild.yaml index 7e77a64d9..9927f9c4c 100644 --- a/.github/workflows/nativebuild.yaml +++ b/.github/workflows/nativebuild.yaml @@ -6,7 +6,7 @@ jobs: nativebuild: strategy: matrix: - go-version: [ "1.18", "1.19" ] + go-version: [ "1.18", "1.19", "1.20" ] platform: [ "ubuntu-latest" ] runs-on: ${{ matrix.platform }} steps: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6e9de697f..ec2ff59b1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [ "1.18", "1.19" ] + go-version: [ "1.18", "1.19", "1.20" ] platform: [ "ubuntu-latest" ] runs-on: ${{ matrix.platform }} steps: