Skip to content

Commit

Permalink
go.mod: Set minimal support version of go to 1.15
Browse files Browse the repository at this point in the history
As requested in prometheus/common#353 (comment)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
Cori1109 committed Jan 31, 2022
1 parent 0c0ad9b commit be9f62f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Expand Up @@ -47,14 +47,6 @@ workflows:
client_golang:
jobs:
# Refer to README.md for the currently supported versions.
- test:
name: go-1-13
go_version: "1.13"
run_lint: true
- test:
name: go-1-14
go_version: "1.14"
run_lint: true
- test:
name: go-1-15
go_version: "1.15"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ This is the [Go](http://golang.org) client library for
instrumenting application code, and one for creating clients that talk to the
Prometheus HTTP API.

__This library requires Go1.13 or later.__
__This library requires Go1.15 or later.__

## Important note about releases and stability

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -12,4 +12,4 @@ require (
google.golang.org/protobuf v1.26.0
)

go 1.13
go 1.15

0 comments on commit be9f62f

Please sign in to comment.