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:
test:
image: golang:1.22-alpine
image: golang:1.23-alpine
commands:
- go test -v ./...