update dependencies and go version
Some checks failed
ci/woodpecker/push/main Pipeline failed

This commit is contained in:
2024-06-04 22:28:10 +02:00
parent 9858f89140
commit ae783cf9d6
4 changed files with 37 additions and 40 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21 as build
FROM golang:1.22 as build
WORKDIR /app