Updated Got to 1.25.5

made spells display correct spell information
This commit is contained in:
2025-12-19 17:04:20 +01:00
parent 59755c4516
commit f6f0b334c2
20 changed files with 222 additions and 187 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Development Dockerfile für Go Backend mit Live-Reloading
#FROM golang:1.23-alpine
FROM golang:1.24-alpine
FROM golang:1.25-alpine
# Install necessary packages for CGO and SQLite
RUN apk add --no-cache gcc musl-dev sqlite-dev