Bumping golang v1.22

This commit is contained in:
Victor Chapaev
2024-09-09 14:09:48 +03:00
parent 0fc0deba1a
commit f48a771a21
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.21 AS builder
FROM golang:1.22 AS builder
WORKDIR /app
COPY . /app
RUN CGO_ENABLED=0 go build -v -o telegram-notify .