1
0
mirror of https://github.com/chapvic/telegram-notify.git synced 2025-04-18 02:17:36 +03:00

Bumping golang v1.22

This commit is contained in:
Victor Chapaev 2024-09-09 14:09:48 +03:00
parent 0fc0deba1a
commit f48a771a21
Signed by: victor
GPG Key ID: 05ACE065D1EC5CA4
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 .

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/chapvic/telegram-notify
go 1.21
go 1.22
require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0