Update .forgejo/workflows/release.yaml
Some checks failed
Run Integration Tests / test (push) Failing after 36s
Some checks failed
Run Integration Tests / test (push) Failing after 36s
This commit is contained in:
parent
9160955cfa
commit
47f197cf15
1 changed files with 1 additions and 3 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "📡 Fetching latest Go version string from go.dev..."
|
echo "📡 Fetching latest Go version string from go.dev..."
|
||||||
GO_FULL=$(curl -sSL https://go.dev/VERSION?m=text | head -n1)
|
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"
|
ARCHIVE="${GO_FULL}.linux-amd64.tar.gz"
|
||||||
curl -LO "https://go.dev/dl/${ARCHIVE}"
|
curl -LO "https://go.dev/dl/${ARCHIVE}"
|
||||||
|
@ -26,8 +26,6 @@ jobs:
|
||||||
echo "$HOME/.local/go/bin" >> $GITHUB_PATH
|
echo "$HOME/.local/go/bin" >> $GITHUB_PATH
|
||||||
echo "✅ Go installed locally to $HOME/.local/go"
|
echo "✅ Go installed locally to $HOME/.local/go"
|
||||||
|
|
||||||
"$HOME/.local/go/bin/go" install ./cmd/qgato
|
|
||||||
|
|
||||||
- name: Check Go version
|
- name: Check Go version
|
||||||
run: go version
|
run: go version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue