fix: downgrade go version to 1.24.0 for docker build

This commit is contained in:
KV-Tube Deployer 2026-03-24 22:49:48 +07:00
parent 1cb7a73a61
commit 8ea5f2b09f

View file

@ -1,6 +1,6 @@
module kvtube-go
go 1.25.0
go 1.24.0
require (
github.com/gin-gonic/gin v1.11.0