build: the go setup has been configured to 1.18 for retest build

this commit make use of 1.18 version of go for building
actions/retest code.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-11-11 19:29:35 +05:30 committed by mergify[bot]
parent eb21d75ef7
commit ad36f13e92

View File

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