NOISSUE - Use the latest stable Go version instead of RC (#3349)

Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2026-02-10 13:12:46 +01:00
committed by GitHub
parent 1e8437cfc2
commit e3a3e052d2
+1 -1
View File
@@ -1,7 +1,7 @@
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.26rc2-alpine3.22 AS builder
FROM golang:1.25.7-alpine3.22 AS builder
ARG SVC
ARG GOARCH
ARG GOARM