From dff067ac28bbc91ddbcb8b6fd76f88faf3ebb96a Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Sat, 19 Mar 2022 14:29:05 +0800 Subject: [PATCH] ci: add go 1.18.x --- .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 4a2ff7b5e..f69df2963 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -53,7 +53,7 @@ jobs: name: Test strategy: matrix: - go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x ] + go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ] platform: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: