Revert back to go 1.23

This commit is contained in:
Manuel Rüger
2025-02-21 16:40:15 +01:00
parent b30b0491a8
commit f8229c8acb
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/kovetskiy/mark
go 1.24
go 1.23
require (
github.com/bmatcuk/doublestar/v4 v4.8.1