Update golang Docker tag to v1.25 #3

Open
renovate wants to merge 1 commit from renovate/golang-1.x into main

View file

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