mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-14 05:36:01 +08: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 BASE_IMAGE="golang:1.16"
|
||||
ARG BASE_IMAGE="golang:1.18"
|
||||
|
||||
FROM ${BASE_IMAGE} as builder
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user