Skip to content

Commit

Permalink
test with older go versions:
Browse files Browse the repository at this point in the history
remove versions unsupported by circleci
  • Loading branch information
speter committed May 10, 2018
1 parent 66fb5d2 commit f21d161
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,6 @@ jobs:
<<: *test
docker:
- image: circleci/golang:1.7
go1.6:
<<: *test
docker:
- image: circleci/golang:1.6
go1.5:
<<: *test
docker:
- image: circleci/golang:1.5
go1.4:
<<: *test
docker:
- image: circleci/golang:1.4
go1.3:
<<: *test
docker:
- image: circleci/golang:1.3
go1.2:
<<: *test
docker:
- image: circleci/golang:1.2

workflows:
version: 2
Expand All @@ -60,8 +40,3 @@ workflows:
- go1.9
- go1.8
- go1.7
- go1.6
- go1.5
- go1.4
- go1.3
- go1.2

0 comments on commit f21d161

Please sign in to comment.