Skip to content

Commit e4bc695

Browse files
authored
Merge pull request #122 from ipfs-force-community/feat/update_fvm_and_unit_test
feat; update sys call to latest and add missing unit test
2 parents ab7845b + feef83e commit e4bc695

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1335
-3328
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build
5050
run: |
5151
make build
52-
make build-example
52+
make build-client-example
5353
make install
5454
5555
- name: patch
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Lint
6060
run: |
61-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
61+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.1
6262
golangci-lint run ./... --timeout 10m
6363
6464
- name: gen-check

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ linters:
99
- errcheck
1010
- unconvert
1111
- staticcheck
12-
- varcheck
13-
- structcheck
14-
- deadcode
1512
- unused
1613
- stylecheck
1714
- gosimple

0 commit comments

Comments
 (0)