We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bba9e commit 112a9d4Copy full SHA for 112a9d4
.circleci/config.yml
@@ -43,20 +43,6 @@ workflows:
43
tests:
44
jobs:
45
# 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
51
- name: go-1-10
52
- go_version: "1.10"
53
54
55
- name: go-1-11
56
- go_version: "1.11"
57
58
- name: go-1-12
59
- go_version: "1.12"
60
- test:
61
name: go-1-13
62
go_version: "1.13"
0 commit comments