fix(install): fix install.sh script #2

Open
juanarias8 wants to merge 3 commits from fix-install.sh into main

3 Commits

Author SHA1 Message Date
juanarias8
b1ad4b9803 chore(ci): update golangci-lint and fix script paths
All checks were successful
Build and test / Lint (pull_request) Successful in 1m42s
Build and test / Test (Linux) (pull_request) Successful in 1m1s
Build and test / Build (pull_request) Successful in 12s
- bump golangci-lint-action to v7 and version to v2.1.6
- correct directory paths in `smoke_test.sh`
- update `test` and `test-ci` targets in Makefile
2026-03-11 00:34:40 -05:00
juanarias8
9a3d863696 test(install): add script to test install logic
Some checks failed
Build and test / Build (pull_request) Successful in 15s
Build and test / Lint (pull_request) Failing after 1m10s
Build and test / Test (Linux) (pull_request) Failing after 58s
- verify version detection and error handling
- check URL construction and download tests
- include optional live install integration tests
2026-03-10 14:27:29 -05:00
juanarias8
8565916178 feat(install): improve version tag validation and update download URL
- ensure valid semver tags when fetching version
- validate fallback version tag format
- switch download URL to Gitea releases
2026-03-10 14:25:52 -05:00