chore: bump Go to 1.26.4, update deps, add FreeBSD release binaries

This commit is contained in:
2026-06-07 00:45:43 +04:00
parent 1c36e6fa70
commit 89c72e12e2
5 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.3
ARG GO_VERSION=1.26.4
FROM docker.io/library/golang:${GO_VERSION}-alpine AS builder