From a6d2e3df50e427392c686407c75ded9aafecb5d0 Mon Sep 17 00:00:00 2001 From: leyou240 Date: Tue, 7 Feb 2023 18:04:42 +0800 Subject: [PATCH] tests: add golang 1.20 (#239) * Update go.yml Add Go 1.20 to CI. * Update .github/workflows/go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fbc0dfd9..5dee2e53 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - go-version: [1.17.x, 1.18.x, 1.19.x] + go-version: [1.18.x, 1.19.x, 1.20.x] os: [ubuntu-latest, macos-latest, windows-latest] env: CGO_ENABLED: 0