change get to tidy
Some checks failed
Go-tags / build (push) Has been cancelled

This commit is contained in:
maximo tejeda 2024-11-13 20:30:50 -04:00
parent 6377234bcf
commit a2296c3408

View File

@ -13,7 +13,7 @@ jobs:
with: with:
go-version: '1.23.x' go-version: '1.23.x'
- name: install dependencies - name: install dependencies
run: go get . run: go mod tidy
- name: Build - name: Build
env: env:
TAG_VERSION: ${{ github.ref_name }} TAG_VERSION: ${{ github.ref_name }}