Skip to content

Commit

Permalink
Merge pull request #114 from berty/d4ryl00/fix/lifecycle
Browse files Browse the repository at this point in the history
fix: close of stores
  • Loading branch information
D4ryl00 authored Nov 17, 2022
2 parents b503985 + 4f24a13 commit 3a5a22b
Show file tree
Hide file tree
Showing 16 changed files with 531 additions and 457 deletions.
29 changes: 17 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,24 @@ jobs:
golang:
- 1.18.x
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- name: golangci-lint
uses: golangci/[email protected]
with:
go-version: ${{ matrix.golang }}
version: v1.50.1
args: --timeout=10m
# only-new-issues: true
- name: Checkout
uses: actions/checkout@v3

- name: Setup asdf
uses: asdf-vm/actions/setup@v1

- name: Setup golang
run: |
asdf plugin add golang
asdf install golang
- name: Setup golangci-lint
run: |
asdf plugin add golangci-lint
asdf install golangci-lint
- name: Run golangci-lint
run: make lint

go-tests-on-linux:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
golang 1.18
golangci-lint 1.50.1
18 changes: 0 additions & 18 deletions baseorbitdb/events.go

This file was deleted.

72 changes: 0 additions & 72 deletions baseorbitdb/events_handler.go

This file was deleted.

Loading

0 comments on commit 3a5a22b

Please sign in to comment.