chore: bump Go version from 1.26.1 to 1.26.2

This commit is contained in:
2026-04-18 06:26:48 +04:00
parent 475dda98ff
commit e0db4df17a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.1
ARG GO_VERSION=1.26.2
FROM docker.io/library/golang:${GO_VERSION}-alpine AS builder