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.
2 parents b44b9eb + a699744 commit 3233cd3Copy full SHA for 3233cd3
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
executors:
7
go-s3:
8
docker:
9
- - image: cimg/go:1.13.8
+ - image: cimg/go:1.13.10
10
- image: localstack/localstack
11
environment:
12
LOCAL_S3: 1
@@ -16,7 +16,7 @@ jobs:
16
test-plugin:
17
executor:
18
name: ci-go/default
19
- tag: 1.13.8
+ tag: 1.13.10
20
steps:
21
- checkout
22
- ci-go/restore-cache
go.mod
@@ -1,9 +1,9 @@
1
module github.com/ipfs/go-ds-s3
2
3
require (
4
- github.com/aws/aws-sdk-go v1.28.14
+ github.com/aws/aws-sdk-go v1.30.14
5
github.com/ipfs/go-datastore v0.4.4
- github.com/ipfs/go-ipfs v0.5.0-rc2
+ github.com/ipfs/go-ipfs v0.5.0-rc4
)
go 1.13
0 commit comments