Skip to content

Commit

Permalink
remove compat flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Aug 21, 2023
1 parent b48bdf7 commit a5a895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps:
fmt: sort-imports
@find . -name '*.go' -type f -not -path "*.git*" -not -name '*.pb.go' -not -name '*pb_test.go' | xargs gofmt -w -s
@find . -name '*.go' -type f -not -path "*.git*" -not -name '*.pb.go' -not -name '*pb_test.go' | xargs goimports -w -local github.com/celestiaorg
@go mod tidy -compat=1.20
@go mod tidy
@cfmt -w -m=100 ./...
@markdownlint --fix --quiet --config .markdownlint.yaml .
.PHONY: sort-imports
Expand Down

0 comments on commit a5a895e

Please sign in to comment.