Skip to content

ci: update golangci-lint.yml versions #4226

ci: update golangci-lint.yml versions

ci: update golangci-lint.yml versions #4226

Triggered via push June 5, 2025 15:00
Status Failure
Total duration 1m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: scripts/test_files/gnark_plonk_bn254_script/main.go#L101
Error return value of `witnessFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_plonk_bn254_script/main.go#L100
Error return value of `vkFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_plonk_bn254_script/main.go#L99
Error return value of `proofFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_groth16_bn254_script/main.go#L99
Error return value of `witnessFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_groth16_bn254_script/main.go#L98
Error return value of `vkFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_groth16_bn254_script/main.go#L97
Error return value of `proofFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_groth16_bn254_infinite_script/pkg/generate_proof.go#L76
Error return value of `witnessFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_groth16_bn254_infinite_script/pkg/generate_proof.go#L75
Error return value of `vkFile.Close` is not checked (errcheck)
lint: scripts/test_files/gnark_groth16_bn254_infinite_script/pkg/generate_proof.go#L74
Error return value of `proofFile.Close` is not checked (errcheck)
lint: aggregator/pkg/telemetry.go#L155
Error return value of `resp.Body.Close` is not checked (errcheck)