Skip to content

Commit 5840ed7

Browse files
committed
chore: Fix build with Go 1.20
1 parent 86eac21 commit 5840ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ all: $(DEPS)
1010
$(DEPS): .install-filcrypto ;
1111

1212
.install-filcrypto: rust
13-
go clean -cache -testcache .
13+
go clean -cache -testcache
1414
./install-filcrypto
1515
@touch $@
1616

1717
clean:
18-
go clean -cache -testcache .
18+
go clean -cache -testcache
1919
rm -rf $(DEPS) .install-filcrypto
2020
rm -f ./runner
2121
cd rust && cargo clean && cd ..

0 commit comments

Comments
 (0)