We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3763a1d commit 627089dCopy full SHA for 627089d
.circleci/config.yml
@@ -91,7 +91,6 @@ workflows:
91
matrix:
92
parameters:
93
go_version:
94
- - "1.15"
95
- "1.16"
96
- "1.17"
97
- test-assets:
go.mod
@@ -14,4 +14,4 @@ require (
14
gopkg.in/yaml.v2 v2.4.0
15
)
16
17
-go 1.15
+go 1.16
sigv4/go.mod
@@ -1,11 +1,11 @@
1
module github.com/prometheus/common/sigv4
2
3
4
-
5
require (
6
github.com/aws/aws-sdk-go v1.43.26
7
github.com/prometheus/client_golang v1.12.1
8
github.com/prometheus/common v0.32.1
9
github.com/stretchr/testify v1.7.1
10
11
+
0 commit comments