mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
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:
parent
eb21d75ef7
commit
ad36f13e92
@ -1,5 +1,5 @@
|
|||||||
ARG WORK_DIR="/home/src"
|
ARG WORK_DIR="/home/src"
|
||||||
ARG BASE_IMAGE="golang:1.16"
|
ARG BASE_IMAGE="golang:1.18"
|
||||||
|
|
||||||
FROM ${BASE_IMAGE} as builder
|
FROM ${BASE_IMAGE} as builder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user