6 Commits

Author SHA1 Message Date
Julio Lopez
7db061ee71 build(deps): Go 1.25 (#4987)
Upgrade to Go 1.25
Leverage `WaitGroup.Go` in Go 1.25
2025-11-17 16:42:12 -08:00
Julio Lopez
bb20d9e11a chore(ci): enable wsl_v5:{assign,expr} linter settings (#4982)
Enable wsl_v5 settings:
- assign
- expr
2025-11-12 23:12:06 -08:00
Nathan Baulch
557940c524 chore(ci): upgrade to golangci-lint v2.5.0 (#4931)
Upgrades golangci-lint to v2.5.0

Enables:
- wsl_v5

Disables:
- embeddedstructfieldcheck
- noinlineerr (not used in this codebase)
- noctx (temporarily)
- godot
- wsl (deprecated)

Co-authored-by: Julio Lopez <1953782+julio-lopez@users.noreply.github.com>
2025-11-11 12:37:07 -08:00
Julio Lopez
af62386ecd chore(general): modernize min/max (#4898) 2025-10-22 22:22:54 -07:00
Jarek Kowalski
0733cb4d2a fix(server): fixed scheduling bug (#4732)
This was a very stupid bug introduced in
https://github.com/kopia/kopia/pull/4682

Fixes #4729
2025-07-22 00:51:29 +00:00
Jarek Kowalski
4256e87d56 fix(server): fix snapshot scheduling in the event of machine goes to sleep (#4682)
Fix snapshot scheduling in the event of machine goes to sleep

- Fixes #3512
2025-06-24 12:47:11 -07:00