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 0c7319a commit 34514efCopy full SHA for 34514ef
.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