Skip to content

Commit b44b9eb

Browse files
authored
Merge pull request #80 from MichaelMure/update-0.5.0-rc2
bump to go-ipfs v0.5.0-rc2
2 parents 3ee6186 + bcf12a8 commit b44b9eb

File tree

3 files changed

+156
-41
lines changed

3 files changed

+156
-41
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.1
4+
ci-go: ipfs/ci-go@0.2.9
55

66
executors:
77
go-s3:
88
docker:
9-
- image: circleci/golang:1.12.7
9+
- image: cimg/go:1.13.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.12.7
19+
tag: 1.13.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.29.29
4+
github.com/aws/aws-sdk-go v1.28.14
55
github.com/ipfs/go-datastore v0.4.4
6-
github.com/ipfs/go-ipfs v0.5.0-rc1
6+
github.com/ipfs/go-ipfs v0.5.0-rc2
77
)
88

99
go 1.13

0 commit comments

Comments
 (0)