Skip to content

Commit

Permalink
merge conflict in tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Feb 29, 2024
1 parent d0ff77c commit 10ad14b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: env.GIT_DIFF
run: |
make test-unit-cover
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
if: env.GIT_DIFF
with:
file: ./coverage.txt
Expand Down
3 changes: 0 additions & 3 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ package tools
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/mgechev/revive"
<<<<<<< HEAD
=======
_ "golang.org/x/tools/cmd/goimports"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
_ "google.golang.org/protobuf/cmd/protoc-gen-go"
>>>>>>> 8649e17 (feat: Upgrade tia branch to cosmos sdk v0.50.1 (#382))
_ "mvdan.cc/gofumpt"
)

0 comments on commit 10ad14b

Please sign in to comment.