Skip to content

Commit 1cb89d7

Browse files
authoredFeb 8, 2023
test: update go mod before testing(go mod tidy) (#2423)
1 parent 206ad44 commit 1cb89d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ test: testdeps
44
set -e; for dir in $(GO_MOD_DIRS); do \
55
echo "go test in $${dir}"; \
66
(cd "$${dir}" && \
7+
go mod tidy -compat=1.18 && \
78
go test && \
89
go test ./... -short -race && \
910
go test ./... -run=NONE -bench=. -benchmem && \

0 commit comments

Comments
 (0)