go: 1.26
Some checks failed
Test / Create distribution (push) Failing after 26s
Test / ShareFS (push) Failing after 35s
Test / Hakurei (race detector) (push) Failing after 44s
Test / Hakurei (push) Failing after 45s
Test / Sandbox (race detector) (push) Failing after 43s
Test / Sandbox (push) Failing after 44s
Test / Flake checks (push) Has been skipped

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-09 18:47:53 +09:00
parent 19a2737148
commit 971964a57b
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ const (
)
var _ encoding.TextMarshaler = _SCHED_LAST
var _ encoding.TextUnmarshaler = new(SchedPolicy)
var _ encoding.TextUnmarshaler = new(_SCHED_LAST)
// String returns a unique representation of policy, also used in encoding.
func (policy SchedPolicy) String() string {

2
go.mod
View File

@@ -1,3 +1,3 @@
module hakurei.app
go 1.25
go 1.26