golangci-lint: v2.12.1 -> v2.12.2; go: 1.26.2 -> 1.26.3

This commit is contained in:
2026-05-09 17:33:26 +04:00
parent 26f72a53f1
commit bdbf3b0b91
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.2
ARG GO_VERSION=1.26.3
FROM docker.io/library/golang:${GO_VERSION}-alpine AS builder