...

Text file src/github.com/MakeNowJust/heredoc/.circleci/config.yml

Documentation: github.com/MakeNowJust/heredoc/.circleci

     1version: 2.0
     2
     3jobs:
     4  build:
     5    docker:
     6      - image: circleci/golang:1.12
     7
     8    steps:
     9      - checkout
    10      - run:
    11          command: |
    12            export GO11MODULES=on
    13            go test -v

View as plain text