NOISSUE - Update Go versions in mod.go and Dockerfile (#2922)

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dušan Borovčanin
2025-06-04 14:30:07 +02:00
committed by GitHub
parent 343a771c4f
commit d64a74b1be
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,6 @@
module github.com/absmach/supermq
go 1.24.2
go 1.24.3
require (
github.com/0x6flab/namegenerator v1.4.0
+1 -1
View File
@@ -4,7 +4,7 @@
# This script contains commands to be executed by the CI tool.
NPROC=$(nproc)
GO_VERSION=1.24.2
GO_VERSION=1.24.3
PROTOC_VERSION=30.2
PROTOC_GEN_VERSION=v1.36.6
PROTOC_GRPC_VERSION=v1.5.1