| commit | 82540f24926bc8ceb9d895cccecf4011f5e581f5 | [log] [tgz] |
|---|---|---|
| author | madhumatigouda <madhumati.gouda@radisys.com> | Tue May 05 16:13:10 2026 +0530 |
| committer | Madhumati Gouda <madhumati.gouda@radisys.com> | Tue May 05 11:24:19 2026 +0000 |
| tree | e6ad6689efe292a9fc3acccd0334da390135058e | |
| parent | 08cf52f9d29aa4ba12f70eefda23225d7010fd6b [diff] [blame] |
[VOL-5583] upgrade go to 1.25.5 and golangci-lint version to 2.8.0 Signed-off-by: madhumatigouda <madhumati.gouda@radisys.com> Change-Id: I6e08b8186ed666e1ada8f77e201266eef52294d3
diff --git a/docker/Dockerfile.rw_core b/docker/Dockerfile.rw_core index 09538f7..b5af796 100644 --- a/docker/Dockerfile.rw_core +++ b/docker/Dockerfile.rw_core
@@ -30,7 +30,7 @@ # ------------- # Build stage -FROM golang:1.25.3-alpine3.22 AS dev +FROM golang:1.25.5-alpine3.22 AS dev # Install required packages