summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2023-02-02 09:41:31 -0800
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2023-02-02 12:59:53 -0800
commitb94eac7ca0875fb2364cd672ae1adc0b70f8f11a (patch)
tree878b15349c6bfc04bde0e106f243313590369b78 /.github
parentf223bd3b54d04c21289d806c7f51b115757703e7 (diff)
downloadthrift-b94eac7ca0875fb2364cd672ae1adc0b70f8f11a.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
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