bump versiion of ci linter fix (#6743)
This commit is contained in:
parent
ac6e26ce7d
commit
de08dc4288
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- uses: golangci/golangci-lint-action@master
|
||||
with:
|
||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||
version: v1.28.3
|
||||
version: v1.28
|
||||
args: --timeout 10m
|
||||
github-token: ${{ secrets.github_token }}
|
||||
if: "env.GIT_DIFF != ''"
|
||||
|
||||
@ -22,10 +22,10 @@ func TestRandomizedGenState(t *testing.T) {
|
||||
r := rand.New(s)
|
||||
|
||||
simState := module.SimulationState{
|
||||
AppParams: make(simtypes.AppParams),
|
||||
Cdc: cdc,
|
||||
Rand: r,
|
||||
NumBonded: 3,
|
||||
AppParams: make(simtypes.AppParams),
|
||||
Cdc: cdc,
|
||||
Rand: r,
|
||||
NumBonded: 3,
|
||||
Accounts: simtypes.RandomAccounts(r, 3),
|
||||
InitialStake: 1000,
|
||||
GenState: make(map[string]json.RawMessage),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user