Test Setup Failed
Branch main (523c46)
by Rafael
02:08
created

Repository Config

checks:
    go: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            environment:
                variables:
                    GO111MODULE: on
                    GOPROXY: https://proxy.golang.org
                go:
                    version: go1.16.4
            tests:
                before: 
                    - command: go mod tidy
                override:
                    - go-scrutinizer-run
                    - govet-run
                    - golint-run
        tests:
            tests:
                before:
                    - command: go mod tidy
            environment:
                variables:
                    GO111MODULE: on
                    GOPROXY: https://proxy.golang.org
                go:
                    version: go1.16.4