Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ from roughly 10 minutes to XX seconds with a reasonably fast internet connection
([#78](https://github.com/256lights/zb/issues/78)).
Thank you to [@HigherOrderLogic](https://github.com/HigherOrderLogic)!
- Improved backend disk performance by performing less `fsync` syscalls.
- Updated to Go 1.25.2.
- Updated to Go 1.26.5.

## [0.1.0][] - 2025-06-15

Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module zb.256lights.llc/pkg

go 1.26.0

toolchain go1.26.1
toolchain go1.26.5

require (
cloud.google.com/go/auth v0.20.0
Expand Down
Loading