mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
fix: go-mod-cache for ci
This commit is contained in:
parent
4260891bcd
commit
ad42bf00e5
5
Makefile
5
Makefile
@ -82,6 +82,11 @@ install: go.sum
|
|||||||
########################################
|
########################################
|
||||||
### Tools & dependencies
|
### Tools & dependencies
|
||||||
|
|
||||||
|
go-mod-cache: go.sum
|
||||||
|
@echo "--> Download go modules to local cache"
|
||||||
|
@go mod download
|
||||||
|
PHONY: go-mod-cache
|
||||||
|
|
||||||
go.sum: go.mod
|
go.sum: go.mod
|
||||||
@echo "--> Ensuring dependencies have not been modified"
|
@echo "--> Ensuring dependencies have not been modified"
|
||||||
@go mod verify
|
@go mod verify
|
||||||
|
Loading…
Reference in New Issue
Block a user