Skip to content

Commit

Permalink
Changing golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Oct 27, 2022
1 parent 38b784d commit 3e3c6d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
cache: true

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.3.0
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
version: latest
args: --config .github/linters/.golangci.yaml

super-lint:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ replace (
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

// Forbole Tendermint fork
github.com/tendermint/tendermint => github.com/forbole/tendermint v0.34.13-0.20210820072129-a2a4af55563d
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)

0 comments on commit 3e3c6d4

Please sign in to comment.