Compare commits

...

1 Commits

Author SHA1 Message Date
GitHub Actions
65443a1464 fix: correct Go version to 1.23 (1.25.5 does not exist) 2025-12-14 00:36:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module github.com/Wikid82/charon/backend
go 1.25.5
go 1.23
require (
github.com/containrrr/shoutrrr v0.8.0

View File

@@ -1,3 +1,3 @@
go 1.25.5
go 1.23
use ./backend