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

@ -21,6 +21,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Refresh module hashsums
run: make tidy
- name: Build
run: make build
env: