Update golang Docker tag to v1.25

This commit is contained in:
Renovate Bot
2025-12-10 19:23:55 +00:00
parent fbf92d924c
commit b349ada44e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ name: test
steps: steps:
- name: test - name: test
image: golang:1.20 image: golang:1.25
environment: environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}} VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands: commands:
@@ -30,7 +30,7 @@ trigger:
steps: steps:
- name: build all binaries - name: build all binaries
image: golang:1.20 image: golang:1.25
environment: environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}} VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands: commands:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20 AS builder FROM golang:1.25 AS builder
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app