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