mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Merge pull request #401 from anchore/boostrap-gomod-tidy
Ensure consistent go.sum state during release
This commit is contained in:
commit
6d2f139397
1
Makefile
1
Makefile
@ -108,6 +108,7 @@ bootstrap-tools: $(TEMPDIR)
|
||||
.PHONY: bootstrap-go
|
||||
bootstrap-go:
|
||||
go mod download
|
||||
go mod tidy # note: it is important that the go.sum is kept in a consistent state at all times (especially during release)
|
||||
|
||||
.PHONY: bootstrap
|
||||
bootstrap: $(RESULTSDIR) bootstrap-go bootstrap-tools ## Download and install all go dependencies (+ prep tooling in the ./tmp dir)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user