Compare commits

..

2 Commits

Author SHA1 Message Date
Renovate 7f93e6956c chore(deps): update module github.com/pressly/goose/v3 to v3.18.0
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/test Pipeline failed Details
2024-01-31 19:31:21 +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

@ -11,7 +11,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/nicksnyder/go-i18n/v2 v2.2.2
github.com/ory/dockertest/v3 v3.10.0
github.com/pressly/goose/v3 v3.17.0
github.com/pressly/goose/v3 v3.18.0
github.com/redis/go-redis/v9 v9.2.1
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.4