mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
Merge pull request #2266 from matrix-org/travis/fix-ci
Fix CI by bumping golang version
This commit is contained in:
commit
c9fcf9021c
|
|
@ -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…
Reference in a new issue