Skip to content

ci: update golangci-lint.yml versions #4227

ci: update golangci-lint.yml versions

ci: update golangci-lint.yml versions #4227

Triggered via pull request June 5, 2025 15:00
@JuArceJuArce
synchronize #1967
fix-go-lint
Status Failure
Total duration 1m 23s
Artifacts

golangci-lint.yml

on: pull_request
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)