Test
Some checks failed
Run Integration Tests / test (push) Failing after 50s

This commit is contained in:
Internet Addict 2025-06-02 11:34:01 +00:00
parent cfce45cfe6
commit ca87df5df1

View file

@ -13,11 +13,6 @@ jobs:
- name: Check Go version
run: |
if ! command -v go >/dev/null; then
echo "❌ Go is not installed"
exit 1
fi
echo "✅ Go version:"
go version
- name: Extract version from version.txt