FIX deps
Some checks failed
dev test / test (push) Successful in 27s
dev test / vulnCheck (push) Successful in 26s
dev test / Ci-Lint (push) Failing after 23s
${{ github.actor }} executed Build Push Prod / build (push) Successful in 3m14s
${{ github.actor }} executed Build Push Prod / deploy (push) Failing after 16s

This commit is contained in:
maximo tejeda 2024-12-18 11:41:40 -04:00
parent 58f8e164ec
commit 0d8a719b4a

View File

@ -24,9 +24,7 @@ jobs:
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: tidy deps
run: |
go mod tidy
- name: test with go - name: test with go
run: go test -v ./... run: go test -v ./...