File tree 3 files changed +2
-10
lines changed
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,6 @@ workflows:
47
47
client_golang :
48
48
jobs :
49
49
# Refer to README.md for the currently supported versions.
50
- - test :
51
- name : go-1-13
52
- go_version : " 1.13"
53
- run_lint : true
54
- - test :
55
- name : go-1-14
56
- go_version : " 1.14"
57
- run_lint : true
58
50
- test :
59
51
name : go-1-15
60
52
go_version : " 1.15"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is the [Go](http://golang.org) client library for
9
9
instrumenting application code, and one for creating clients that talk to the
10
10
Prometheus HTTP API.
11
11
12
- __ This library requires Go1.13 or later.__
12
+ __ This library requires Go1.15 or later.__
13
13
14
14
## Important note about releases and stability
15
15
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ require (
12
12
google.golang.org/protobuf v1.26.0
13
13
)
14
14
15
- go 1.13
15
+ go 1.15
You can’t perform that action at this time.
0 commit comments