diff options
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # ======================================================== # Stage: Builder # ======================================================== -FROM golang:1.21-alpine AS builder +FROM golang:1.22-alpine AS builder WORKDIR /app ARG TARGETARCH @@ -1,6 +1,6 @@ module x-ui -go 1.22 +go 1.22.0 require ( github.com/Calidity/gin-sessions v1.3.1 |
