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

Merged
Piotr Icikowski merged 1 commits from renovate-all-minor-patch into devel 2024-08-20 23:15:49 +02:00
Showing only changes of commit c2f5ba7bd8 - 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 ./...