Skip to content

Commit

Permalink
Drop go1.8 add go1.12rc1 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Feb 13, 2019
1 parent 1083505 commit 1dc683c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,35 +36,35 @@ jobs:
name: "Unit Test GO 1.9"
command: scripts/ci/test 1.9-alpine

test-golang-1.8:
test-golang-1.10:
working_directory: /work
docker: [{image: 'docker:17.06-git'}]
steps:
- checkout
- setup_remote_docker
- run:
name: "Unit Test GO 1.8"
command: scripts/ci/test 1.8-alpine
name: "Unit Test GO 1.10"
command: scripts/ci/test 1.10-alpine

test-golang-1.10:
test-golang-1.11:
working_directory: /work
docker: [{image: 'docker:17.06-git'}]
steps:
- checkout
- setup_remote_docker
- run:
name: "Unit Test GO 1.10"
command: scripts/ci/test 1.10-alpine
name: "Unit Test GO 1.11"
command: scripts/ci/test 1.11-alpine

test-golang-1.11:
test-golang-1.12:
working_directory: /work
docker: [{image: 'docker:17.06-git'}]
steps:
- checkout
- setup_remote_docker
- run:
name: "Unit Test GO 1.11"
command: scripts/ci/test 1.11-alpine
name: "Unit Test GO 1.12"
command: scripts/ci/test 1.12rc1-alpine

coverage:
docker: [{image: 'circleci/golang:1.11'}]
Expand Down Expand Up @@ -92,8 +92,8 @@ workflows:
ci:
jobs:
- lint
- test-golang-1.8
- test-golang-1.9
- test-golang-1.10
- test-golang-1.11
- test-golang-1.12
- coverage

0 comments on commit 1dc683c

Please sign in to comment.