fix: downgrade go version to 1.24.0 for docker build
This commit is contained in:
parent
1cb7a73a61
commit
8ea5f2b09f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
module kvtube-go
|
module kvtube-go
|
||||||
|
|
||||||
go 1.25.0
|
go 1.24.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gin-gonic/gin v1.11.0
|
github.com/gin-gonic/gin v1.11.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue