create go sum at build-time with fresh hashes
This commit is contained in:
parent
c10ec77612
commit
e6592a6b32
5 changed files with 8 additions and 383 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,10 @@
|
|||
IMAGE_REPO=ghcr.io/trstringer/manual-approval
|
||||
TARGET_PLATFORM=linux/amd64
|
||||
|
||||
.PHONY: tidy
|
||||
tidy:
|
||||
go mod tidy
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
@if [ -z "$$VERSION" ]; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue