Skip to content

Commit 3233cd3

Browse files
authored
Merge pull request #84 from ipfs/feat/go-ipfs-0.5.0-rc4
go-ipfs 0.5.0-rc4
2 parents b44b9eb + a699744 commit 3233cd3

File tree

3 files changed

+50
-34
lines changed

3 files changed

+50
-34
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
executors:
77
go-s3:
88
docker:
9-
- image: cimg/go:1.13.8
9+
- image: cimg/go:1.13.10
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.13.8
19+
tag: 1.13.10
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.28.14
4+
github.com/aws/aws-sdk-go v1.30.14
55
github.com/ipfs/go-datastore v0.4.4
6-
github.com/ipfs/go-ipfs v0.5.0-rc2
6+
github.com/ipfs/go-ipfs v0.5.0-rc4
77
)
88

99
go 1.13

0 commit comments

Comments
 (0)