Update .forgejo/workflows/release.yaml
Some checks failed
Run Integration Tests / test (push) Failing after 36s

This commit is contained in:
Internet Addict 2025-06-15 05:58:14 +00:00
parent 9160955cfa
commit 47f197cf15

View file

@ -15,7 +15,7 @@ jobs:
run: |
echo "📡 Fetching latest Go version string from go.dev..."
GO_FULL=$(curl -sSL https://go.dev/VERSION?m=text | head -n1)
echo "🔍 Cleaned version: $GO_FULL"
echo "🔍 Latest Go version: $GO_FULL"
ARCHIVE="${GO_FULL}.linux-amd64.tar.gz"
curl -LO "https://go.dev/dl/${ARCHIVE}"
@ -26,8 +26,6 @@ jobs:
echo "$HOME/.local/go/bin" >> $GITHUB_PATH
echo "✅ Go installed locally to $HOME/.local/go"
"$HOME/.local/go/bin/go" install ./cmd/qgato
- name: Check Go version
run: go version