run integration tests with Go 1.17.x

This commit is contained in:
Marten Seemann
2021-10-16 19:08:47 +02:00
parent a22a9eae30
commit bb8d4844d5

View File

@@ -5,7 +5,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go: [ "1.16.x", "1.17.0-rc1" ] go: [ "1.16.x", "1.17.x" ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
DEBUG: false # set this to true to export qlogs and save them as artifacts DEBUG: false # set this to true to export qlogs and save them as artifacts