Move psrpc to protocol (#1426)

* move psrpc to protocol

* update checks

* update protocol

* update protocol ref

* blank line
This commit is contained in:
David Colburn
2023-02-15 16:47:38 -08:00
committed by GitHub
parent 1848a21eda
commit 10c53e0ebb
23 changed files with 40 additions and 1500 deletions

View File

@@ -45,6 +45,7 @@ jobs:
- name: Static Check
uses: dominikh/staticcheck-action@v1.3.0
with:
checks: '["all", "-ST1000", "-ST1003", "-ST1020", "-ST1021", "-ST1022", "-SA1019"]'
min-go-version: 1.18
version: 2022.1.3
install-go: false