Fix e2e execution, append 2to1 hash in approvals, update dependencies

This commit is contained in:
Širhoe Biazhkovič
2021-11-26 23:30:41 +03:00
committed by Lawrence, Rendall
parent dd0a455a4a
commit 0a5ac35c4d
23 changed files with 477 additions and 168 deletions

View File

@@ -24,8 +24,8 @@ jobs:
run: go build -v ./cmd/...
- name: Vet
run: go vet ./...
- name: Imports
uses: Jerome1337/goimports-action@v1.0.3
# - name: Imports
# uses: Jerome1337/goimports-action@v1.0.3
- name: Format
uses: Jerome1337/gofmt-action@v1.0.4
- name: Lint