File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v3
20+ - name : Setup Go
21+ uses : actions/setup-go@v3
22+ with :
23+ go-version : 1.18.x
2024 - name : Restore Go cache
2125 uses : actions/cache@v3
2226 with :
Original file line number Diff line number Diff line change 1+ FROM golang :1.18 AS go
2+
13FROM gcr . io /oss -fuzz -base /base -builder -go
24
5+ # ensures golang 1.18 to enable go native fuzzing.
6+ COPY --from = go /usr /local /go /usr /local /
7+
38COPY . / $GOPATH/src /github . com /fluxcd /source -controller /
49COPY . /tests /fuzz /oss_fuzz_build . sh $SRC/build . sh
510
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/fluxcd/source-controller/tests/fuzz
22
33go 1.18
44
5- replace github.com/fluxcd/kustomize -controller/api => ../../api
5+ replace github.com/fluxcd/source -controller/api => ../../api
66
7- replace github.com/fluxcd/kustomize -controller => ../../
7+ replace github.com/fluxcd/source -controller => ../../
You can’t perform that action at this time.
0 commit comments