Skip to content

chore: update go version in go.mod for modern langauge features #56

chore: update go version in go.mod for modern langauge features

chore: update go version in go.mod for modern langauge features #56

Re-run triggered February 24, 2026 14:40
Status Failure
Total duration 53s
Artifacts

ci.yml

on: pull_request
build and test makefile
37s
build and test makefile
build and test on Fedora latest
47s
build and test on Fedora latest
Fit to window
Zoom out
Zoom in

Annotations

11 errors
build and test makefile: pkg/tar-diff/analysis.go#L50
Error return value of `os.Remove` is not checked (errcheck)
build and test makefile: pkg/tar-diff/analysis.go#L49
Error return value of `a.sourceData.Close` is not checked (errcheck)
build and test makefile: cmd/tar-patch/main.go#L58
Error return value of `patchedFile.Close` is not checked (errcheck)
build and test makefile: cmd/tar-patch/main.go#L45
Error return value of `deltaFile.Close` is not checked (errcheck)
build and test makefile: cmd/tar-patch/main.go#L42
Error return value of `fmt.Fprintf` is not checked (errcheck)
build and test makefile: cmd/tar-patch/main.go#L38
Error return value of `dataSource.Close` is not checked (errcheck)
build and test makefile: cmd/tar-patch/main.go#L17
Error return value of `fmt.Fprintf` is not checked (errcheck)
build and test makefile: cmd/tar-patch/main.go#L16
Error return value of `fmt.Fprintf` is not checked (errcheck)
build and test makefile: cmd/tar-diff/main.go#L52
Error return value of `newFile.Close` is not checked (errcheck)
build and test makefile: cmd/tar-diff/main.go#L45
Error return value of `oldFile.Close` is not checked (errcheck)
build and test on Fedora latest
Process completed with exit code 2.