Skip to content

Commit

Permalink
grpc client & golint
Browse files Browse the repository at this point in the history
Signed-off-by: kl7sn <[email protected]>
  • Loading branch information
kl7sn committed Feb 20, 2024
1 parent 4d970f5 commit cff6cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.21

- name: Build
run: go build -v ./...

Expand Down
1 change: 1 addition & 0 deletions client/egrpc/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ func TestDefaultConfig(t *testing.T) {
EnableServiceConfig: true,
keepAlive: nil,
dialOptions: nil,
MaxCallRecvMsgSize: DefaultMaxCallRecvMsgSize,
}, DefaultConfig()))
}

0 comments on commit cff6cf6

Please sign in to comment.