Skip to content

Commit f278b85

Browse files
committed
remove go 1.7, 1.8 from circleci
1 parent d410dc2 commit f278b85

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ jobs:
4141
docker:
4242
- image: circleci/golang:1.9
4343

44-
"1.8":
45-
<<: *test
46-
docker:
47-
- image: circleci/golang:1.8
48-
49-
"1.7":
50-
<<: *test
51-
docker:
52-
- image: circleci/golang:1.7
53-
54-
5544
workflows:
5645
version: 2
5746
build:
@@ -61,5 +50,3 @@ workflows:
6150
- "1.11"
6251
- "1.10"
6352
- "1.9"
64-
- "1.8"
65-
- "1.7"

0 commit comments

Comments
 (0)