chore: updated go version in dockerfile

This commit is contained in:
db123-test
2026-05-04 10:52:00 +03:30
parent 7a2bd72311
commit 77f1fdfd76

View File

@@ -4,7 +4,7 @@
# The build stage compiles the binary, and the runtime stage copies # The build stage compiles the binary, and the runtime stage copies
# only the binary and the required configuration. # only the binary and the required configuration.
FROM docker.iranserver.com/golang:1.21-alpine AS builder FROM docker.iranserver.com/golang:1.26-alpine AS builder
WORKDIR /app WORKDIR /app
RUN /usr/local/go/bin/go env -w GOPROXY=https://go.iranserver.com/repository/go/ \ RUN /usr/local/go/bin/go env -w GOPROXY=https://go.iranserver.com/repository/go/ \