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 3ee6186 + bcf12a8 commit b44b9ebCopy full SHA for b44b9eb
.circleci/config.yml
@@ -1,12 +1,12 @@
1
version: 2.1
2
3
orbs:
4
- ci-go: ipfs/ci-go@0.1
+ ci-go: ipfs/ci-go@0.2.9
5
6
executors:
7
go-s3:
8
docker:
9
- - image: circleci/golang:1.12.7
+ - image: cimg/go:1.13.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.12.7
+ tag: 1.13.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.29.29
+ github.com/aws/aws-sdk-go v1.28.14
github.com/ipfs/go-datastore v0.4.4
- github.com/ipfs/go-ipfs v0.5.0-rc1
+ github.com/ipfs/go-ipfs v0.5.0-rc2
)
go 1.13
0 commit comments