Skip to content

Commit 627089d

Browse files
authored
Set minimum version for go to 1.16 (#372)
Signed-off-by: Manuel Rüger <[email protected]>
1 parent 3763a1d commit 627089d

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)