Downgrade gin to v1.9.1 for Go 1.22 compatibility

This commit is contained in:
2026-04-27 15:14:44 +08:00
parent 60672c4c06
commit 31aa91172d
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS builder
FROM golang:1.22-alpine AS builder
WORKDIR /app