Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzz: Ensure Go 1.18 for fuzz image #872

Merged
merged 1 commit into from
Aug 23, 2022
Merged

fuzz: Ensure Go 1.18 for fuzz image #872

merged 1 commit into from
Aug 23, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Aug 22, 2022

Changes:

  • Upgrade fuzz container to Go 1.18.
  • Upgrade worker to Go 1.18.
  • The mod replace in tests/fuzz was pointing to the wrong controller.

Fixes issue on running Fuzz tests:

go: downloading github.com/PaesslerAG/gval v1.0.0
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
# sigs.k8s.io/release-utils/version
/home/runner/go/pkg/mod/sigs.k8s.io/release-utils@v0.7.3/version/version.go:122:25: bi.Settings undefined (type *debug.BuildInfo has no field or method Settings)
note: module requires Go 1.18
make: *** [Makefile:183: /home/runner/work/source-controller/source-controller/build/libgit2/v0.2.0/lib/libgit2.a] Error 2
Error: Process completed with exit code 2.

https://github.com/fluxcd/source-controller/runs/7952919815?check_suite_focus=true#step:4:223

- Upgrade fuzz container to Go 1.18.
- Upgrade worker to Go 1.18.
- The mod replace in tests/fuzz was pointing to the wrong controller.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
@stefanprodan stefanprodan merged commit 02be5de into fluxcd:main Aug 23, 2022
@pjbgf pjbgf deleted the ff branch August 23, 2022 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants