Skip to content

Commit 00716cd

Browse files
committed
predeclared does not work with Go 1.20
1 parent f770609 commit 00716cd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.PHONY: ci
33
# TODO: add staticcheck back ASAP; removed temporarily because it
44
# complains about a lot of APIs deprecated by protobuf 1.4
5-
ci: deps checkgofmt vet predeclared ineffassign test test-nounsafe
5+
ci: deps checkgofmt vet ineffassign test test-nounsafe
66

77
.PHONY: deps
88
deps:
@@ -51,11 +51,6 @@ ineffassign:
5151
exit 1; \
5252
fi
5353

54-
.PHONY: predeclared
55-
predeclared:
56-
@go install github.com/nishanths/predeclared@v0.2.2
57-
predeclared ./...
58-
5954
# Intentionally omitted from CI, but target here for ad-hoc reports.
6055
.PHONY: golint
6156
golint:

0 commit comments

Comments
 (0)