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
mrueg committed Jan 31, 2022
1 parent 2e1c481 commit c85267a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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 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 c85267a

Please sign in to comment.