From 1cdcbb66f7a1fb02d8a0464809d3592722f6f71d Mon Sep 17 00:00:00 2001 From: zxl Date: Mon, 28 Mar 2022 09:40:48 +0800 Subject: [PATCH] chore: add go1.18.x to github action workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 091144f..2eff6f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - go-version: [ 1.15.x, 1.16.x, 1.17.x ] + go-version: [ 1.16.x, 1.17.x, 1.18.x ] runs-on: ${{ matrix.os }} steps: - name: Checkout Code