Обновление Go до 1.24 для совместимости с chromedp
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12s
This commit is contained in:
@@ -10,7 +10,7 @@ COPY play-life-web/ .
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Build Backend
|
||||
FROM golang:1.23-alpine AS backend-builder
|
||||
FROM golang:1.24-alpine AS backend-builder
|
||||
WORKDIR /app/backend
|
||||
# Устанавливаем GOPROXY для более надежной загрузки модулей
|
||||
ENV GOPROXY=https://proxy.golang.org,direct
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module play-eng-backend
|
||||
|
||||
go 1.23
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/chromedp/chromedp v0.14.2
|
||||
|
||||
Reference in New Issue
Block a user