This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/modernc.org/sqlite-1.33.0
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
discard 1fe3d84 Bump modernc.org/sqlite from 1.29.6 to 1.33.0
add 2ffa25a Bump actions/setup-go from 5.0.0 to 5.0.2 (#93)
add d35b4c9 GH-100: Don't run CI jobs by Dependabot push (#101)
add 1589320 GH-102: Fix commit ID for actions/checkout v4.0.0 (#103)
add a4dac93 Bump actions/checkout from 4.0.0 to 4.1.7 (#104)
add b2063b4 GH-10: Add test CI: Windows (#90)
add fbf0d2d GH-5: Add test CI: Docker based (#105)
add 6a3c506 GH-6: Add test CI: i386 (#106)
add 2460290 Bump github.com/hamba/avro/v2 from 2.25.0 to 2.25.1 (#95)
add f47cf9a Bump github.com/substrait-io/substrait-go from 0.7.0 to 0.8.0
(#96)
add 0bd6715 Bump gonum.org/v1/gonum from 0.15.0 to 0.15.1 (#97)
add 0a7fcdd Bump modernc.org/sqlite from 1.29.6 to 1.33.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1fe3d84)
\
N -- N -- N
refs/heads/dependabot/go_modules/modernc.org/sqlite-1.33.0 (0a7fcdd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 -
.editorconfig => .dockerallow | 5 +-
.env | 12 +++
.github/workflows/lint.yml | 8 +-
.github/workflows/test.yml | 124 ++++++++++++++++++++++--
.golangci.yaml | 1 -
.pre-commit-config.yaml | 28 +++---
.editorconfig => ci/docker/debian-12.dockerfile | 10 +-
ci/scripts/test.sh | 18 ++--
compose.yaml | 49 ++++++++++
go.mod | 6 +-
go.sum | 12 +--
12 files changed, 221 insertions(+), 53 deletions(-)
copy .editorconfig => .dockerallow (94%)
copy .editorconfig => ci/docker/debian-12.dockerfile (80%)
create mode 100644 compose.yaml