build: add go patch version in go.mod

This commit is contained in:
hank
2025-02-26 15:21:54 -05:00
committed by GitHub
parent 0c2629f57e
commit 23bee0aa7c

View File

@@ -1,6 +1,6 @@
module beszel
go 1.24
go 1.24.0
require (
github.com/blang/semver v3.5.1+incompatible