mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 04:00:27 +00:00
NOISSUE - Update Go version
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Copyright (c) Abstract Machines
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
FROM golang:1.24-alpine AS builder
|
||||
FROM golang:1.24.3-alpine AS builder
|
||||
ARG SVC
|
||||
ARG GOARCH
|
||||
ARG GOARM
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
# This script contains commands to be executed by the CI tool.
|
||||
NPROC=$(nproc)
|
||||
GO_VERSION=1.22.4
|
||||
GO_VERSION=1.24.3
|
||||
PROTOC_VERSION=30.2
|
||||
PROTOC_GEN_VERSION=v1.36.6
|
||||
PROTOC_GRPC_VERSION=v1.5.1
|
||||
|
||||
Reference in New Issue
Block a user