DuĊĦan Kasan | 625c834 | 2020-04-06 00:46:41 +0200 | [diff] [blame^] | 1 | # Golang CircleCI 2.0 configuration file |
2 | # | ||||
3 | # Check https://circleci.com/docs/2.0/language-go/ for more details | ||||
4 | version: 2 | ||||
5 | jobs: | ||||
6 | build: | ||||
7 | docker: | ||||
8 | - image: circleci/golang:1.14 | ||||
9 | working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}} | ||||
10 | steps: | ||||
11 | - checkout | ||||
12 | - run: go test -v ./... |