diff --git a/docker/Dockerfile b/docker/Dockerfile index 635bca9d2..039a3de00 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 diff --git a/scripts/ci.sh b/scripts/ci.sh index c9c70c5b3..81714b0df 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -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