Update golang Docker tag to v1.25

This commit is contained in:
Renovate Bot
2026-01-15 00:02:25 +00:00
committed by IamTheFij
parent 884fbaceac
commit 0e291719c9
+2 -2
View File
@@ -4,7 +4,7 @@ name: test
steps:
- name: test
image: golang:1.21
image: golang:1.25
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
@@ -30,7 +30,7 @@ trigger:
steps:
- name: build all binaries
image: golang:1.21
image: golang:1.25
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands: