Describe the bug, including details regarding any error messages, version, and platform.
test-debian-12-go-1.21 has been failing since 18th of March. With the following failure:
+ source_dir=/arrow/go
+ export 'GOFLAGS= -gcflags=all=-d=checkptr'
+ GOFLAGS=' -gcflags=all=-d=checkptr'
+ pushd /arrow/go/arrow
+ [[ -n '' ]]
+ go install -v ./...
go: updates to go.mod needed; to update it:
go mod tidy
1
The commits introduced since the last success and the first failure are: b448b33...0956f3f
There were several dependency version bumps from dependabot.
Component(s)
Continuous Integration, Go