Skip to content

Commit cd704ef

Browse files
SecAI-Hubclaude
andcommitted
Fix go.mod: downgrade incident-recorder and integrity-monitor to go 1.23
Both modules had go 1.25.3 (a non-existent Go version) in go.mod, which breaks when CI enforces GOTOOLCHAIN=local with Go 1.23. Align with all other services at go 1.23. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9d6970b commit cd704ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/incident-recorder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/SecAI-Hub/incident-recorder
22

3-
go 1.25.3
3+
go 1.23
44

55
require gopkg.in/yaml.v3 v3.0.1

services/integrity-monitor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/SecAI-Hub/integrity-monitor
22

3-
go 1.25.3
3+
go 1.23
44

55
require gopkg.in/yaml.v3 v3.0.1

0 commit comments

Comments
 (0)