Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate 12ea6ea39f chore(deps): update module github.com/urfave/cli/v2 to v2.27.2
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/test Pipeline failed Details
2024-04-27 19:31:01 +00:00
Renovate ecbf4ba818 chore(deps): update golang docker tag to v1.21.6 (#141)
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/cron/govulncheck Pipeline failed Details
Reviewed-on: #141
Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-committed-by: Renovate <renovate@dwysokinski.me>
2024-01-20 06:14:09 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21.3-alpine3.18 as builder
FROM golang:1.21.6-alpine3.18 as builder
WORKDIR /dcbot

2
go.mod
View File

@ -19,7 +19,7 @@ require (
github.com/uptrace/bun/dbfixture v1.1.16
github.com/uptrace/bun/dialect/pgdialect v1.1.16
github.com/uptrace/bun/driver/pgdriver v1.1.16
github.com/urfave/cli/v2 v2.27.1
github.com/urfave/cli/v2 v2.27.2
go.uber.org/zap v1.26.0
golang.org/x/text v0.13.0
golang.org/x/time v0.3.0