Commit graph

5 commits

Author SHA1 Message Date
1040353b93
ci: add release workflow to build and push Docker image on tag
Triggers on v* tags, builds multi-arch images (amd64+arm64),
pushes to codeberg.org/towerops-agent/towerops-agent with
:latest and :<version> tags.
2026-06-06 13:56:22 -05:00
217f85fbdd
speed up tests and update dependencies
- Override wsHandshakeTimeout in 3 websocket tests that waited 30s each
- Make initialRetryDelay a package variable for faster retry tests
- Reduce time.Sleep calls across agent_test.go (1.5s->150ms, 3s->1s, etc.)
- Update Makefile with test-fast and test-short targets, add -count=1
- Update golang.org/x/crypto, x/net, x/sys to latest minors
- Fix TestWSDialDefaultPorts to use mocked dials instead of real TCP
2026-06-06 13:50:54 -05:00
6865f1169c
ci: downgrade checkout action to v4 for Forgejo runner compatibility
Forgejo runner v6.2.2 only supports up to node20; actions/checkout@v6
requires node24.
2026-03-04 13:34:05 -06:00
93df6ce0ba
ci: add Renovate for automated Go dependency updates
Add Forgejo workflow and renovate.json config to automatically
check for gomod, Docker, and GitHub Actions dependency updates.
Also bumps golang.org/x/net v0.50.0 → v0.51.0.
2026-03-04 13:27:53 -06:00
ca36ab0c38 ci: add test workflow for Forgejo 2026-02-15 08:57:50 -06:00