chore: bump go to 1.26.0
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s

This commit is contained in:
2026-02-14 10:46:29 +03:00
parent c68ec5de87
commit 5d4efd7540
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.25.3-alpine AS builder
FROM golang:1.26.0-alpine AS builder
WORKDIR /app