Skip to content

chore(deps): bump go.einride.tech/sage from 0.264.0 to 0.272.0 in /.sage #262

chore(deps): bump go.einride.tech/sage from 0.264.0 to 0.272.0 in /.sage

chore(deps): bump go.einride.tech/sage from 0.264.0 to 0.272.0 in /.sage #262

Triggered via pull request March 1, 2024 00:37
Status Failure
Total duration 1m 22s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: filtering/checker.go#L23
avoid direct access to proto field sourceInfo.Positions, use sourceInfo.GetPositions() instead (protogetter)
build: filtering/checker.go#L49
avoid direct access to proto field e.ExprKind, use e.GetExprKind() instead (protogetter)
build: filtering/checker.go#L51
avoid direct access to proto field e.GetConstExpr().ConstantKind, use e.GetConstExpr().GetConstantKind() instead (protogetter)
build: filtering/checker.go#L98
avoid direct access to proto field selectExpr.Operand, use selectExpr.GetOperand() instead (protogetter)
build: filtering/checker.go#L101
avoid direct access to proto field selectExpr.Operand, use selectExpr.GetOperand() instead (protogetter)
build: filtering/checker.go#L104
avoid direct access to proto field selectExpr.Operand, use selectExpr.GetOperand() instead (protogetter)
build: filtering/checker.go#L108
avoid direct access to proto field operandType.TypeKind, use operandType.GetTypeKind() instead (protogetter)
build: filtering/checker.go#L128
avoid direct access to proto field callExpr.Function, use callExpr.GetFunction() instead (protogetter)
build: filtering/checker.go#L130
avoid direct access to proto field callExpr.Function, use callExpr.GetFunction() instead (protogetter)
build: filtering/checker.go#L139
avoid direct access to proto field functionOverload.ResultType, use functionOverload.GetResultType() instead (protogetter)