C-Loftus commented on PR #1185: URL: https://github.com/apache/iceberg-go/pull/1185#issuecomment-4708334161
Believe I have addressed all feedback. I am not entirely clear why CI is failing. It says something needs to be formatted but I have all the code formatted in the latest commit and there are no issues locally, nor any changes if I run the formatted again. I am running with go 1.26 so I don't think its due to differences in gofmt. Could someone please advise on the best way to fix this? Is this some caching issues in CI? ``` > go version go version go1.26.4 darwin/arm64 > go fmt ./catalog/ > golangci-lint run --fix ./catalog/ 0 issues. > git diff > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
