build(deps): update golang docker tag to v1.23

This commit is contained in:
Renovate Bot 2024-08-20 21:14:59 +00:00
parent 8c8394e546
commit c2f5ba7bd8

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 ./...