Compare commits

..

1 commit

Author SHA1 Message Date
51ab447d15 Update golang Docker tag to v1.25 2025-12-01 18:47:43 +00:00

View file

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