File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 66workflows :
77 workflow :
88 jobs :
9+ - go-test :
10+ name : Go 1.16
11+ docker-image : cimg/go:1.16
12+ - go-test :
13+ name : Go 1.15
14+ docker-image : cimg/go:1.15
915 - go-test :
1016 name : Go 1.14
11- docker-image : circleci/golang :1.14
17+ docker-image : cimg/go :1.14
1218 - go-test :
1319 name : Go 1.13
14- docker-image : circleci/golang :1.13
20+ docker-image : cimg/go :1.13
1521 - go-test-windows :
1622 name : Windows
1723
Original file line number Diff line number Diff line change 1- template :
2- name : go
3- env :
4- LD_RELEASE_GO_IMPORT_PATH : github.com/launchdarkly/go-test-helpers
1+ version : 2
2+
3+ jobs :
4+ - docker :
5+ image : golang:1.13-buster
6+ template :
7+ name : go
8+ env :
9+ LD_RELEASE_GO_IMPORT_PATH : github.com/launchdarkly/go-test-helpers
510
611publications :
712 - url : https://pkg.go.dev/github.com/launchdarkly/go-test-helpers
You can’t perform that action at this time.
0 commit comments