From b94eac7ca0875fb2364cd672ae1adc0b70f8f11a Mon Sep 17 00:00:00 2001 From: Yuxuan 'fishy' Wang Date: Thu, 2 Feb 2023 09:41:31 -0800 Subject: Update supported go versions Following our policy regarding supported go releases, change the supported go versions to 1.19.* and 1.20.* with the release of go 1.20. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 252ff2b55..f6400158e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,8 +57,8 @@ jobs: strategy: matrix: go: - - '1.18' - '1.19' + - '1.20' steps: - uses: actions/checkout@v3 @@ -124,7 +124,7 @@ jobs: run: make -C test/go precross - name: Upload go precross artifacts - if: matrix.go == '1.19' + if: matrix.go == '1.20' uses: actions/upload-artifact@v3 with: name: go-precross -- cgit v1.2.1