From e7d9489d490ad789f5ec144e16b74239c665e419 Mon Sep 17 00:00:00 2001 From: Giovanni Rezcjikov Date: Sat, 21 Feb 2026 16:34:53 +0300 Subject: [PATCH] .drone.yml and docker-compose.yml fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 74fde7e..aeb4a18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: go test - image: golang:1.24-alpine3.21 + image: golang:1.25-alpine3.21 commands: - apk add --no-cache git curl - go mod tidy