1 Commits

Author SHA1 Message Date
5fef49b3b7 Update golang Docker tag to v1.25 2025-09-20 17:00:25 +00:00
3 changed files with 5 additions and 13 deletions

View File

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

6
go.mod
View File

@@ -3,14 +3,14 @@ module me.thuanle/bbot
go 1.22 go 1.22
require ( require (
github.com/adshao/go-binance/v2 v2.8.5 github.com/adshao/go-binance/v2 v2.5.0
github.com/go-resty/resty/v2 v2.16.5 github.com/go-resty/resty/v2 v2.15.3
github.com/jedib0t/go-pretty/v6 v6.5.5 github.com/jedib0t/go-pretty/v6 v6.5.5
github.com/joho/godotenv v1.5.1 github.com/joho/godotenv v1.5.1
github.com/rs/zerolog v1.32.0 github.com/rs/zerolog v1.32.0
github.com/samber/lo v1.39.0 github.com/samber/lo v1.39.0
golang.org/x/text v0.16.0 golang.org/x/text v0.16.0
gopkg.in/telebot.v3 v3.3.8 gopkg.in/telebot.v3 v3.2.1
) )
require ( require (

View File

@@ -1,11 +1,3 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json"
"extends": ["config:recommended"],
"packageRules": [
{
"matchManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy"]
}
]
} }