Merge pull request #980 from mrueg/min-go-1.15

go.mod: Set minimal support version of go to 1.15
This commit is contained in:
Kemal Akkoyun 2022-02-03 09:34:06 +01:00 committed by GitHub
commit 5ac1e9208b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 10 deletions

View File

@ -47,14 +47,6 @@ workflows:
client_golang: client_golang:
jobs: jobs:
# Refer to README.md for the currently supported versions. # 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: - test:
name: go-1-15 name: go-1-15
go_version: "1.15" go_version: "1.15"

View File

@ -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 instrumenting application code, and one for creating clients that talk to the
Prometheus HTTP API. Prometheus HTTP API.
__This library requires Go1.13 or later.__ __This library requires Go1.15 or later.__
## Important note about releases and stability ## Important note about releases and stability

2
go.mod
View File

@ -12,4 +12,4 @@ require (
google.golang.org/protobuf v1.26.0 google.golang.org/protobuf v1.26.0
) )
go 1.13 go 1.15