Fix go.mod (#171)

* check go mod

* fix go.mod
This commit is contained in:
Enrico Candino
2025-01-08 10:02:23 +01:00
committed by GitHub
parent ee00b08927
commit 9fc4a57fc2
3 changed files with 5 additions and 3 deletions

View File

@@ -22,6 +22,11 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{env.GO_VERSION}}
- name: Check go modules
run: |
go mod tidy
test -z "$(git status --porcelain)"
- name: Install tools
run: |