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

This commit is contained in:
Renovate Bot 2024-08-14 00:02:14 +00:00
parent c2fac0950e
commit 66151a2a3d

View File

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