From e6adc14d7233ae301765bccbf8c081f0bc818e4b Mon Sep 17 00:00:00 2001 From: lu4p Date: Tue, 19 Oct 2021 01:23:40 +0200 Subject: [PATCH] Upgrade go in Ci --- .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 066148e..627afa4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x] + go-version: [1.17.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: