8 Commits

Author SHA1 Message Date
John Bartholomew
567b61ac4a release: v0.22.0 2026-03-24 15:55:53 +00:00
John Bartholomew
b5ef4cd9c4 release: prepare to release v0.22.0-rc1 2026-03-12 12:26:51 +00:00
dependabot[bot]
e56516d18e
chore(deps): bump the go_modules group across 2 directories with 1 update
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /examples/bazel directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-19 10:22:12 +00:00
John Bartholomew
6d35a88517 chore: update to Go 1.24.5 to get support for os.Root 2026-02-18 23:06:15 +00:00
John Bartholomew
71c8de23c2 chore: regenerate Bazel files, use go.mod to specify Go SDK version
This brings things more into line with modern conventions for
build target names, and means we have fewer sources of truth for
the minimum Go version that's needed.
2026-02-18 23:06:15 +00:00
Yihao Wang
440b309bd6 Fix bazel run 2025-09-06 22:33:38 +12:00
John Bartholomew
67968688d9 release: prepare to release v0.21.0 2025-05-07 16:12:02 +01:00
John Bartholomew
fb07a24f45 feat: add an example bazel module + go binary using the library
This is mostly so that I can add it as the test module to be used
in the bazel registry presubmit
2025-03-16 16:10:31 +00:00