[Code] Remove Regex Compile Bloat

This commit is contained in:
Chris Miles
2025-06-21 20:10:18 -05:00
parent 1be7e56b86
commit 2353d3352b
4 changed files with 15 additions and 10 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
module should-release
go 1.18
go 1.23.0
toolchain go1.23.5
require (
github.com/google/go-github/v41 v41.0.0