Update golang Docker tag to v1.26

This commit is contained in:
Renovate Bot
2026-02-12 22:37:59 +00:00
parent 723cf7d127
commit 7d92458a7a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ name: test
steps:
- name: test
image: golang:1.25
image: golang:1.26
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
@@ -30,7 +30,7 @@ trigger:
steps:
- name: build all binaries
image: golang:1.25
image: golang:1.26
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25 AS builder
FROM golang:1.26 AS builder
WORKDIR /app