diff --git a/.github/template-cleanup/go.mod b/.github/template-cleanup/go.mod index 40109fc..e5f1d2a 100644 --- a/.github/template-cleanup/go.mod +++ b/.github/template-cleanup/go.mod @@ -1,5 +1,5 @@ module github.com/%USER%/%NAME% -go 1.23.6 +go 1.24.0 require github.com/chrede88/L1nkr v1.9.2 // indirect diff --git a/go.mod b/go.mod index 5d75d5f..e7b79b1 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/chrede88/L1nkrTemplate -go 1.23.6 +go 1.24.0 require github.com/chrede88/L1nkr v1.9.2 // indirect