ci: update go v1.23.0 in actions/retest

Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
Praveen M
2025-02-25 13:06:50 +05:30
committed by mergify[bot]
parent 0e12790e84
commit ca19bb7c5c
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ARG WORK_DIR="/home/src"
ARG BASE_IMAGE="golang:1.22"
ARG BASE_IMAGE="golang:1.23"
FROM ${BASE_IMAGE} as builder