upd go version in Dockerfile

This commit is contained in:
2026-08-06 12:36:39 +01:00
parent 8b3d18cfac
commit ba80ce824a

View File

@@ -1,4 +1,4 @@
FROM golang:1.24 AS build_image FROM golang:1.26 AS build_image
WORKDIR /usr/src/app WORKDIR /usr/src/app