Skip to content

Commit

Permalink
update golangci-lint in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Jun 10, 2024
1 parent fe9c92c commit 078c85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: golangci/[email protected]
with:
args: --timeout 10m
version: v1.56
version: v1.59
skip-pkg-cache: true
skip-build-cache: true

Expand Down
1 change: 1 addition & 0 deletions share/eds/cache/noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var _ Accessor = (*NoopAccessor)(nil)
type NoopAccessor struct{}

func (n NoopAccessor) Blockstore() (dagstore.ReadBlockstore, error) {
//nolint:nilnil
return nil, nil
}

Expand Down

0 comments on commit 078c85b

Please sign in to comment.