Skip to content

Commit e21b6fe

Browse files
authored
Merge pull request #146 from ipfs/go-ipfs-0.8.0-rc1
bump to go-ipfs v0.8.0
2 parents 53fd3f7 + b8b4bf5 commit e21b6fe

File tree

3 files changed

+169
-397
lines changed

3 files changed

+169
-397
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2.1
22

33
orbs:
4-
ci-go: ipfs/ci-go@0.2.9
4+
ci-go: ipfs/ci-go@0.3.1
55

66
executors:
77
go-s3:
88
docker:
9-
- image: cimg/go:1.14.4
9+
- image: cimg/go:1.15.8
1010
- image: localstack/localstack
1111
environment:
1212
LOCAL_S3: 1
@@ -16,7 +16,7 @@ jobs:
1616
test-plugin:
1717
executor:
1818
name: ci-go/default
19-
tag: 1.14.4
19+
tag: 1.15.8
2020
steps:
2121
- checkout
2222
- ci-go/restore-cache

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/ipfs/go-ds-s3
22

33
require (
4-
github.com/aws/aws-sdk-go v1.36.28
4+
github.com/aws/aws-sdk-go v1.35.30
55
github.com/ipfs/go-datastore v0.4.5
6-
github.com/ipfs/go-ipfs v0.7.0
6+
github.com/ipfs/go-ipfs v0.8.0
77
)
88

99
go 1.13

0 commit comments

Comments
 (0)