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

Fix CI by bumping golang version
matthew/msc2270
Travis Ralston 5 years ago committed by GitHub
commit c9fcf9021c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save