build(deps): update golang docker tag to v1.23
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Renovate Bot 2024-08-14 00:02:04 +00:00 committed by Piotr Icikowski
parent 8f8d6eb47f
commit 0ad514865c
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666

View File

@ -5,6 +5,6 @@ when:
steps:
test:
image: golang:1.22-alpine
image: golang:1.23-alpine
commands:
- go test -v ./...