Passed
Branch http-client-config-and-ci (89e909)
by Victor Hugo
01:29
created

Checkout Config

checks:
    go: true
build:
    environment:
        variables:
            GO111MODULES: 'on'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            environment:
                go:
                    version: go1.12.9
            tests:
                override:
                    - go-scrutinizer-run
                    - govet-run
                    - golint-run