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 # DEB
FROM golang:1.22 AS deps FROM golang:1.26 AS deps
WORKDIR /app WORKDIR /app

2
go.mod
View File

@@ -3,7 +3,7 @@ module me.thuanle/bbot
go 1.22 go 1.22
require ( require (
github.com/adshao/go-binance/v2 v2.8.10 github.com/adshao/go-binance/v2 v2.8.5
github.com/go-resty/resty/v2 v2.16.5 github.com/go-resty/resty/v2 v2.16.5
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