Removed gopkg
Some checks failed
ci / Release MacOS (push) Failing after 24s
ci / Build (push) Successful in 3m49s
ci / Site (push) Failing after 6m35s

This commit is contained in:
Leon Mika 2025-10-26 10:39:13 +11:00
parent d72aff9ce1
commit 5c7590b0be
5 changed files with 33 additions and 38 deletions

View file

@ -83,9 +83,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.25
# - name: Configure
# run: |
# git config --global url."https://${{ secrets.GO_MODULES_TOKEN }}:x-oauth-basic@github.com/lmika".insteadOf "https://github.com/lmika"
- name: Configure
run: |
git config --global url."https://${{ secrets.GO_MODULES_TOKEN }}:x-oauth-basic@github.com/lmika".insteadOf "https://github.com/lmika"
- name: Setup Goreleaser
run: |
go install github.com/goreleaser/goreleaser/v2@v2.12.7