diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index f0eef58..503570e 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -13,7 +13,7 @@ jobs: with: go-version: '1.23.x' - name: install dependencies - run: go get . + run: go mod tidy - name: Build env: TAG_VERSION: ${{ github.ref_name }}