fix: correct Go version to 1.23 (1.25.5 does not exist)

This commit is contained in:
GitHub Actions
2025-12-14 00:36:20 +00:00
parent 71269fe041
commit 58b88a929a
2 changed files with 2 additions and 2 deletions
+1 -1
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
+1 -1
View File
@@ -1,3 +1,3 @@
go 1.25.5
go 1.23
use ./backend