Update golang Docker tag to v1.25

This commit is contained in:
Renovate Bot 2025-12-01 18:47:43 +00:00
parent 4641a1b7e9
commit 51ab447d15

View file

@ -1,6 +1,6 @@
steps: steps:
- name: build - name: build
image: golang:1.23 image: golang:1.25
commands: commands:
- CGO_ENABLED=0 go build ./ - CGO_ENABLED=0 go build ./
- name: docker - name: docker