Skip to content

Commit

Permalink
predeclared does not work with Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump committed Aug 23, 2023
1 parent f770609 commit 00716cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.PHONY: ci
# TODO: add staticcheck back ASAP; removed temporarily because it
# complains about a lot of APIs deprecated by protobuf 1.4
ci: deps checkgofmt vet predeclared ineffassign test test-nounsafe
ci: deps checkgofmt vet ineffassign test test-nounsafe

.PHONY: deps
deps:
Expand Down Expand Up @@ -51,11 +51,6 @@ ineffassign:
exit 1; \
fi

.PHONY: predeclared
predeclared:
@go install github.com/nishanths/predeclared@v0.2.2
predeclared ./...

# Intentionally omitted from CI, but target here for ad-hoc reports.
.PHONY: golint
golint:
Expand Down

0 comments on commit 00716cd

Please sign in to comment.