Skip to content

Commit

Permalink
Set minimum version for go to 1.16 (#372)
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
mrueg committed Apr 21, 2022
1 parent 3763a1d commit 627089d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -91,7 +91,6 @@ workflows:
matrix:
parameters:
go_version:
- "1.15"
- "1.16"
- "1.17"
- test-assets:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -14,4 +14,4 @@ require (
gopkg.in/yaml.v2 v2.4.0
)

go 1.15
go 1.16
4 changes: 2 additions & 2 deletions sigv4/go.mod
@@ -1,11 +1,11 @@
module github.com/prometheus/common/sigv4

go 1.15

require (
github.com/aws/aws-sdk-go v1.43.26
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/common v0.32.1
github.com/stretchr/testify v1.7.1
gopkg.in/yaml.v2 v2.4.0
)

go 1.16

0 comments on commit 627089d

Please sign in to comment.