fix: bump Go to 1.26 in Dockerfile.hotfix and Dockerfile.release (were 1.24)

This commit is contained in:
Hanzo Dev
2026-03-24 19:17:17 -07:00
parent 37c901af29
commit 59c79c4b5a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24-alpine as build
FROM golang:1.26-alpine as build
ARG TARGETARCH
ARG RELEASE
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS build
FROM golang:1.26-alpine AS build
ARG TARGETARCH
ARG RELEASE