Skip to content

Commit

Permalink
Merge pull request #255 from launchdarkly/eb/ch110926/ci-versions
Browse files Browse the repository at this point in the history
(#1) expand CI coverage for more Go versions
  • Loading branch information
eli-darkly authored Jun 11, 2021
2 parents 8eadb76 + dad733b commit 720ab36
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,30 @@ experimental:
notify:
branches:
only:
- master
- v5
- v6

workflows:
workflow:
jobs:
- go-test:
name: Go 1.15
docker-image: cimg/go:1.15.2
name: Go latest
# This build has a deliberately unpinned version so that if a new Go major version
# is released before we have updated the build, we can detect any problems early
docker-image: circleci/golang:latest
run-lint: true
test-coverage: true
- go-test:
name: Go 1.16
docker-image: cimg/go:1.16
- go-test:
name: Go 1.15
docker-image: cimg/go:1.15
- go-test:
name: Go 1.14
docker-image: cimg/go:1.14.9
docker-image: cimg/go:1.14
- benchmarks:
docker-image: cimg/go:1.15.2
docker-image: cimg/go:1.15
- integration-test
- test-publish
- publish:
Expand Down Expand Up @@ -211,7 +218,7 @@ jobs:
test-publish:
docker:
- &release_docker_image
image: cimg/go:1.15.2
image: cimg/go:1.15.13
environment:
<<: *environment

Expand Down

0 comments on commit 720ab36

Please sign in to comment.