Skip to content

Commit 112a9d4

Browse files
author
Nick Thomas
committed
Stop testing against go1.9-1.12
Signed-off-by: Nick Thomas <[email protected]>
1 parent c1bba9e commit 112a9d4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.circleci/config.yml

-14
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,6 @@ workflows:
4343
tests:
4444
jobs:
4545
# Supported Go versions are synced with github.com/prometheus/client_golang.
46-
- test:
47-
name: go-1-9
48-
go_version: "1.9"
49-
use_gomod_cache: false
50-
- test:
51-
name: go-1-10
52-
go_version: "1.10"
53-
use_gomod_cache: false
54-
- test:
55-
name: go-1-11
56-
go_version: "1.11"
57-
- test:
58-
name: go-1-12
59-
go_version: "1.12"
6046
- test:
6147
name: go-1-13
6248
go_version: "1.13"

0 commit comments

Comments
 (0)