Skip to content

Problem: negative coin amount error when query supply liquid of non BaseCoinUnit(backport: #1099) #2984

Problem: negative coin amount error when query supply liquid of non BaseCoinUnit(backport: #1099)

Problem: negative coin amount error when query supply liquid of non BaseCoinUnit(backport: #1099) #2984

Workflow file for this run

name: govuln
on:
pull_request:
merge_group:
push:
branches:
- master
- release/**
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.3
- uses: actions/checkout@v4
with:
submodules: true
- name: install govulncheck
run: go install -v golang.org/x/vuln/cmd/govulncheck@v0.0.0-20221208170415-d970d6cd0f6e
- name: govuln sec scan
run: govulncheck ./...