Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit b8e1276

Browse files
committed
1.7,1.8
1 parent ba44825 commit b8e1276

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ workflows:
77
- test-1.11
88
- test-1.10
99
- test-1.9
10+
- test-1.8
1011
- test-1.7
1112
jobs:
1213
test-latest: &test-template
@@ -28,6 +29,10 @@ jobs:
2829
<<: *test-template
2930
docker:
3031
- image: circleci/golang:1.9
32+
test-1.8:
33+
<<: *test-template
34+
docker:
35+
- image: circleci/golang:1.8
3136
test-1.7:
3237
<<: *test-template
3338
docker:

0 commit comments

Comments
 (0)