From a18e96b471c1ddd7c62b2dcb14480d386db4de5f Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 10 Feb 2022 15:03:43 +1100 Subject: [PATCH] Run tests on tip --- .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 a7a39246..9a27d953 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.16', '1.17' ] + go-version: [ '1.16', '1.17', 'tip' ] fail-fast: false steps: - uses: actions/checkout@v2 -- 2.48.1