From bb8d4844d5b58c02ed978dee24179d3422918db1 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sat, 16 Oct 2021 19:08:47 +0200 Subject: [PATCH] run integration tests with Go 1.17.x --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7b870621f..81d63dd3c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - go: [ "1.16.x", "1.17.0-rc1" ] + go: [ "1.16.x", "1.17.x" ] runs-on: ubuntu-latest env: DEBUG: false # set this to true to export qlogs and save them as artifacts