From 1475ce0a9f6baf114aba669956032fe12b7596b1 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Sat, 27 Jan 2024 12:04:28 +0000 Subject: [PATCH] chore: test with 1.21 --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 5e8b0fb..be17f37 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -89,7 +89,7 @@ jobs: goos: [linux] goarch: [amd64] # "" means default - goversion: ["", "1.19", "1.19.7", "https://go.dev/dl/go1.19.7.linux-amd64.tar.gz"] + goversion: ["", "1.21", "1.21.1", "https://go.dev/dl/go1.21.6.linux-amd64.tar.gz"] steps: # - name: Wait release docker build for release branches # if: contains(github.ref, 'release')