Merge pull request #2266 from matrix-org/travis/fix-ci

Fix CI by bumping golang version
This commit is contained in:
Travis Ralston 2019-08-30 10:16:43 -06:00 committed by GitHub
commit c9fcf9021c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ jobs:
command: DOCS_URL="${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/api/client-server/index.html"; echo $DOCS_URL
build-dev-scripts:
docker:
- image: golang:1.8
- image: golang:1.10
steps:
- checkout
- run: