chore(deps): update golang docker tag to v1.23.4
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Renovate Bot 2024-12-04 01:05:01 +00:00 committed by Tom Neuber
parent a8c862cc37
commit 9e1576b965
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -1,4 +1,4 @@
FROM golang:1.22.5-bookworm AS build
FROM golang:1.23.4-bookworm AS build
# Create build workspace folder
WORKDIR /workspace