Skip to content

Commit

Permalink
preserve go compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Jan 3, 2024
1 parent ae5adae commit 36813ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (s *E2ETestSuite) verifyFiles() {
func getImageCid() (foundCid string) {
filepath.WalkDir("testdir/cache", func(currPath string, d fs.DirEntry, err error) error {

Check failure on line 175 in e2e/e2e_test.go

View workflow job for this annotation

GitHub Actions / build

Error return value of `filepath.WalkDir` is not checked (errcheck)
if len(foundCid) > 0 {
return filepath.SkipAll
return nil
}
if strings.Contains(currPath, "bafybei") {
for _, segment := range strings.Split(currPath, "/") {
Expand Down

0 comments on commit 36813ed

Please sign in to comment.