update go

This commit is contained in:
Alexandru 2024-09-18 22:24:49 +03:00
parent 85cfcacdc0
commit f21d61c5b4

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.23-alpine
RUN apk add --no-cache git
WORKDIR /app