Commit graph

3 commits

Author SHA1 Message Date
google-labs-jules[bot]
f59b6563ee feat: Update Go version and workflow
This commit updates the Go version to 1.25 in the `go.mod` and `go.work` files. It also updates the GitHub Actions workflow to use the `go.work` file to determine the Go version and adds a step to set up `task`.
2025-10-30 17:47:40 +00:00
google-labs-jules[bot]
8f469a4a31 feat: Add GitHub Actions workflow
This commit adds a GitHub Actions workflow to build and test the Go code on every push and pull request. It also corrects the Go version in the `go.mod` file to `1.22`.
2025-10-30 17:23:29 +00:00
google-labs-jules[bot]
c1434a45ce feat: Port crypt library from Core
This commit ports the crypt library from the Core repository to the Enchantrix repository. It includes the following changes:

- The project is now a Go module.
- The `lthn` and `crypt` packages have been ported from the Core repository.
- The PGP functionality has been commented out pending resolution of dependency issues.
- The old Deno project has been moved to the `vault` directory.
- The README has been updated to reflect the new project structure.
2025-10-30 17:11:31 +00:00