File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22jobs :
3- build-go1.14 :
3+ build-go1.15 :
44 docker :
5- - image : circleci/golang:1.14
5+ - image : circleci/golang:1.15
66 working_directory : /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
77 steps :
88 - checkout
99 - run : go test -v -race ./...
1010 - run : go build -race cmd/gopherapi/main.go
11- build-go1.15 :
11+ build-go1.16 :
1212 docker :
13- - image : circleci/golang:1.15
13+ - image : circleci/golang:1.16
1414 working_directory : /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
1515 steps :
1616 - checkout
@@ -28,6 +28,6 @@ workflows:
2828 version : 2
2929 build_and_test :
3030 jobs :
31- - build-go1.14
3231 - build-go1.15
32+ - build-go1.16
3333 - build-go_latest
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ require (
1414 github.com/stretchr/testify v1.7.0
1515)
1616
17- go 1.15
17+ go 1.16
You can’t perform that action at this time.
0 commit comments