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 53fd3f7 + b8b4bf5 commit e21b6feCopy full SHA for e21b6fe
.circleci/config.yml
@@ -1,12 +1,12 @@
1
version: 2.1
2
3
orbs:
4
- ci-go: ipfs/ci-go@0.2.9
+ ci-go: ipfs/ci-go@0.3.1
5
6
executors:
7
go-s3:
8
docker:
9
- - image: cimg/go:1.14.4
+ - image: cimg/go:1.15.8
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.14.4
+ tag: 1.15.8
20
steps:
21
- checkout
22
- ci-go/restore-cache
go.mod
@@ -1,9 +1,9 @@
module github.com/ipfs/go-ds-s3
require (
- github.com/aws/aws-sdk-go v1.36.28
+ github.com/aws/aws-sdk-go v1.35.30
github.com/ipfs/go-datastore v0.4.5
- github.com/ipfs/go-ipfs v0.7.0
+ github.com/ipfs/go-ipfs v0.8.0
)
go 1.13
0 commit comments