Skip to content

Commit b60c01a

Browse files
mruegradek-ryckowski
authored andcommitted
Set minimum version for go to 1.16 (prometheus#372)
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
1 parent 7d661c4 commit b60c01a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ workflows:
9191
matrix:
9292
parameters:
9393
go_version:
94-
- "1.15"
9594
- "1.16"
9695
- "1.17"
9796
- test-assets:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ require (
1414
gopkg.in/yaml.v2 v2.4.0
1515
)
1616

17-
go 1.15
17+
go 1.16

sigv4/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/prometheus/common/sigv4
22

3-
go 1.15
4-
53
require (
64
github.com/aws/aws-sdk-go v1.43.26
75
github.com/prometheus/client_golang v1.12.1
86
github.com/prometheus/common v0.32.1
97
github.com/stretchr/testify v1.7.1
108
gopkg.in/yaml.v2 v2.4.0
119
)
10+
11+
go 1.16

0 commit comments

Comments
 (0)