oss-fuzz/projects/helm
Khaled Yakdan eca2373d0d
helm: fix build by patching Go minimum version in go.mod (#9389)
heml specifies Go 1.17 as the minimum Go version, and this causes go mod
tidy to fail because Go 1.17 and Go 1.16 would select different versions
of a dependency (github.com/mattn/go-isatty). By default, tidy acts as
if the -compat flag were set to the version prior to the one indicated
by the 'go' directive in the go.mod file.

Since we use Go 1.19 to instrument the code, we patch the minimum
version in go.mod.
2023-01-10 11:12:33 +00:00
..
Dockerfile helm: Update Dockerfile (#9049) 2022-11-23 11:03:58 -08:00
build.sh helm: fix build by patching Go minimum version in go.mod (#9389) 2023-01-10 11:12:33 +00:00
project.yaml Add email to Helm project (#7622) 2022-04-25 13:58:58 +00:00