Skip to content

Commit

Permalink
Upgrade to go-datastore@v0.5.1 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
guseggert authored Dec 13, 2021
1 parent 9d26987 commit 1ad440b
Show file tree
Hide file tree
Showing 6 changed files with 762 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: "1.16.x"
go-version: "1.17.x"
- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@434f5f3816b358fe468fa83dcba62d794e7fe04b # 2021.1 (v0.2.0)
- name: Check that go.mod is tidy
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/go-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17.x'
- name: Start local S3
run: docker-compose up -d
- name: Run integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: [ "1.15.x", "1.16.x" ]
go: [ "1.16.x", "1.17.x" ]
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os}} (go ${{ matrix.go }})
steps:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module github.com/ipfs/go-ds-s3

require (
github.com/aws/aws-sdk-go v1.35.30
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ipfs v0.8.0
github.com/ipfs/go-datastore v0.5.1
github.com/ipfs/go-ipfs v0.11.0-rc1
)

go 1.15
Loading

0 comments on commit 1ad440b

Please sign in to comment.