update: new go version
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled

This commit is contained in:
2025-06-22 18:30:15 +07:00
parent 8adcaec54a
commit a34b6276e1
16 changed files with 260 additions and 260 deletions

View File

@ -14,7 +14,7 @@ RUN javascript-obfuscator ./public/validatePassword.js --compact true --self-def
RUN javascript-obfuscator ./public/websocket.js --compact true --self-defending true --output ./public/websocket_obfuscated.js
RUN cleancss -o ./public/output.css ./tmp/output.css
FROM golang:1.23.1-alpine3.20 AS go_builder
FROM golang:1.24.4-alpine AS go_builder
WORKDIR /src
COPY . .