Skip to content

Commit 5ac1e92

Browse files
authored
Merge pull request #980 from mrueg/min-go-1.15
go.mod: Set minimal support version of go to 1.15
2 parents 2e1c481 + 5678ca5 commit 5ac1e92

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Diff for: .circleci/config.yml

-8
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ workflows:
4747
client_golang:
4848
jobs:
4949
# 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
5850
- test:
5951
name: go-1-15
6052
go_version: "1.15"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is the [Go](http://golang.org) client library for
99
instrumenting application code, and one for creating clients that talk to the
1010
Prometheus HTTP API.
1111

12-
__This library requires Go1.13 or later.__
12+
__This library requires Go1.15 or later.__
1313

1414
## Important note about releases and stability
1515

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ require (
1212
google.golang.org/protobuf v1.26.0
1313
)
1414

15-
go 1.13
15+
go 1.15

0 commit comments

Comments
 (0)