Disable testing against Go master for now.

This commit is contained in:
Ximon Eighteen
2022-01-25 00:51:08 +01:00
committed by Lorenzo Bolla
parent 20b038bfb7
commit 5b8c909ac3
+5 -3
View File
@@ -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