From a2efcaee64f696b80ef9d7fa1711a71b0d6fcf0c Mon Sep 17 00:00:00 2001 From: Jingyuan Liang Date: Wed, 15 Feb 2023 22:23:50 +0000 Subject: [PATCH] Add Golang 1.20 to GitHub actions --- .github/workflows/nativebuild.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: