1 Commits

Author SHA1 Message Date
0626ab9f96 Update golang Docker tag to v1.26 2026-02-14 17:00:36 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# DEB
FROM golang:1.22 AS deps
FROM golang:1.26 AS deps
WORKDIR /app

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/jedib0t/go-pretty/v6 v6.5.5
github.com/joho/godotenv v1.5.1
github.com/rs/zerolog v1.32.0
github.com/samber/lo v1.52.0
github.com/samber/lo v1.39.0
golang.org/x/text v0.16.0
gopkg.in/telebot.v3 v3.2.1
)