From 5b8c909ac3465084ac937eb9c936066d40f3ba79 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:51:08 +0100 Subject: [PATCH] Disable testing against Go master for now. --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50191fbf..c9bf7ed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,11 @@ jobs: run_long_tests: [no] allow_failure: [false] include: - - go: master - run_long_tests: no - allow_failure: true + # Disable this for now as it's now clear how to select the latest master branch + # version of go using actions/setup-go@v2. + # - go: master + # run_long_tests: no + # allow_failure: true - go: 1.14 run_long_tests: yes allow_failure: false