| commit | 2f7349d3380797597fbb85fd8e0851ec2975a89c | [log] [tgz] |
|---|---|---|
| author | mgouda <madhumati.gouda@radisys.com> | Wed Oct 29 10:06:00 2025 +0530 |
| committer | Madhumati Gouda <madhumati.gouda@radisys.com> | Thu Oct 30 12:57:53 2025 +0000 |
| tree | 1cd356da6d35722aa266a04effb3c0126e735782 | |
| parent | d6e82c2f1eae7923a56bda64161bc8943fffcaf2 [diff] [blame] |
[VOL-5475] upgrade go to 1.24.5 and golangci-lint version to 2.2.2 Signed-off-by: mgouda <madhumati.gouda@radisys.com> Change-Id: I1e8c4c29c8dd9539f6f7233405d8e1a26ed3ab00
diff --git a/docker/Dockerfile.rw_core b/docker/Dockerfile.rw_core index f7147de..32ea2b3 100644 --- a/docker/Dockerfile.rw_core +++ b/docker/Dockerfile.rw_core
@@ -30,7 +30,7 @@ # ------------- # Build stage -FROM golang:1.23.1-alpine3.20 AS dev +FROM golang:1.24.5-alpine3.22 AS dev # Install required packages