Skip to content

Commit 5dfcdd3

Browse files
authored
use Releaser v2 config, add Go 1.15 + 1.16 CI (#11)
1 parent 1539b55 commit 5dfcdd3

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ orbs:
66
workflows:
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

.ldrelease/config.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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

611
publications:
712
- url: https://pkg.go.dev/github.com/launchdarkly/go-test-helpers

0 commit comments

Comments
 (0)