You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security fix: migrate JSON field reads from jsonparser to jsoniter (#251)
* fix: migrate JSON field reads from jsonparser to jsoniter
- Add apps replace directive for local task-tools during development
* PR review changes
Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /apps (#240)
* Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /apps
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.
- [Commits](golang/crypto@v0.36.0...v0.45.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
* update to go 1.25
* fix on-constant format string in call
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Smith <[email protected]>
bootstrap refactoring fixes (#226)
* Fixes issues with config parsing and
the different way workers and taskmasters run
* update to task v0.8.0
* fix unit tests
Refactoring of Bootstrap package (#224)
* first draft of update to bootstrap package
* app updates for new bootstrap
* test fixes
* update utils to use go-config
* update tm to new format
* combine taskmaster and worker into bootstrap.starter
* update go-config to v0.3.0