Skip to content

Commit 83f1572

Browse files
h3n4lclaude
andcommitted
chore: bump go directive to 1.25.7 to satisfy new omni transitive deps
The omni bump in the previous commit pulls in a transitive closure that requires Go ≥ 1.25.7. `go mod tidy` raises the main module's go directive accordingly, which CI verifies. Reverting it manually to 1.25.5 caused both the test job's tidy-diff check and the golangci-lint context loader to fail. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 93bbbec commit 83f1572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bytebase/gomongo
22

3-
go 1.25.5
3+
go 1.25.7
44

55
require (
66
github.com/bytebase/omni v0.0.0-20260509021101-01140a7b9722

0 commit comments

Comments
 (0)