Update Dockerfile to Go 1.24

This commit is contained in:
Trey t
2025-12-15 20:15:06 -06:00
parent 226930d383
commit e34d222634
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/treytartt/casera-api
go 1.23.0
go 1.24.0
require (
github.com/gin-contrib/cors v1.7.3