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

Merged
Piotr Icikowski merged 1 commits from renovate-all-minor-patch into devel 2024-08-20 22:44:19 +02:00
Showing only changes of commit c403a9d359 - Show all commits

View File

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