File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/fluxcd/image-reflector-controller/api
22
3- go 1.18
3+ go 1.20
44
55require (
66 github.com/fluxcd/pkg/apis/acl v0.1.0
Original file line number Diff line number Diff line change 11module github.com/fluxcd/image-reflector-controller
22
3- go 1.18
3+ go 1.20
44
55replace github.com/fluxcd/image-reflector-controller/api => ./api
66
Original file line number Diff line number Diff line change 11FROM gcr . io /oss -fuzz -base /base -builder -go
22
3+ RUN wget https ://go . dev /dl /go1 . 20.5 . linux -amd64 . tar . gz \
4+ && mkdir temp -go \
5+ && rm -rf /root /. go /* \
6+ && tar -C temp -go / -xzf go1 . 20.5 . linux -amd64 . tar . gz \
7+ && mv temp -go /go /* /root/ . go /
8+
39ENV SRC = $GOPATH/src /github . com /fluxcd /image -reflector -controller
410ENV FLUX_CI = true
511
You can’t perform that action at this time.
0 commit comments