From 807884f15ad9d3b4b6e1c165c655ea09290c30d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 15 Mar 2022 14:10:44 +0000 Subject: [PATCH] CI: bump gotip to March 14th and the final Go 1.18 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ce49b5..323338d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: test: strategy: matrix: - go-version: [1.17.x, 1.18.0-rc.1] + go-version: [1.17.x, 1.18.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -71,7 +71,7 @@ jobs: steps: - name: Install Go env: - GO_COMMIT: 86b5f6a7be707b9d84108df6f459c7e84bf9dbac # 2022-03-02 + GO_COMMIT: e475cf2e705d4eda8647426e060898ab3f643610 # 2022-03-14 run: | cd $HOME mkdir $HOME/gotip