[docker] use go 1.22 (#1854)

Fix wrong image
This commit is contained in:
LOVECHEN 2024-02-21 02:34:29 +08:00 committed by MHSanaei
parent ad38481312
commit f8796386dc
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
FROM golang:1.21-alpine AS builder
FROM golang:1.22-alpine AS builder
WORKDIR /app
ARG TARGETARCH

2
go.mod
View file

@ -1,6 +1,6 @@
module x-ui
go 1.22
go 1.22.0
require (
github.com/Calidity/gin-sessions v1.3.1