fix CI
All checks were successful
Publish / release (push) Successful in 43s

This commit is contained in:
2026-01-04 13:32:09 -05:00
parent 5657aa2308
commit b12e8df35b

View File

@@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push
steps: steps:
- name: Set up Go Environment
uses: actions/setup-go@v4
with:
go-version: '1.25'
- name: Run Go List - name: Run Go List
continue-on-error: true continue-on-error: true
env: env: