From a83dea705fe91286e1ca78a7e817c015e9813cba Mon Sep 17 00:00:00 2001 From: Benj Fassbind Date: Wed, 26 Jan 2022 11:22:00 +0100 Subject: [PATCH] Build for newer go versions --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ef95c7c..c6534de8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: true matrix: - go: [1.13] + go: [1.14, 1.15] run_long_tests: [no] allow_failure: [false] include: @@ -33,10 +33,7 @@ jobs: # - go: master # run_long_tests: no # allow_failure: true - - go: 1.14 - run_long_tests: yes - allow_failure: false - - go: 1.15 + - go: 1.16 run_long_tests: yes allow_failure: false