create go sum at build-time with fresh hashes

This commit is contained in:
sunny-1651 2025-03-07 04:38:42 +05:30 committed by Sanskar Arora
parent c10ec77612
commit e6592a6b32
5 changed files with 8 additions and 383 deletions

View file

@ -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 \