Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
goImage:
type: string
default: "gcr.io/gcr-for-testing/golang:1.23.12"
default: "gcr.io/gcr-for-testing/golang:1.24.9"
arangodbImage:
type: string
default: "gcr.io/gcr-for-testing/arangodb/enterprise:latest"
Expand All @@ -17,7 +17,7 @@ parameters:
executors:
golang-executor:
docker:
- image: gcr.io/gcr-for-testing/golang:1.23.12
- image: gcr.io/gcr-for-testing/golang:1.24.9
machine-executor:
machine:
image: ubuntu-2204:current
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ArangoDB Starter Changelog

## [master](https://github.com/arangodb-helper/arangodb/tree/master) (N/A)
- Bump Go version (1.24.9) and dependencies for CVE fixes

## [v0.19.13](https://github.com/arangodb-helper/arangodb/tree/0.19.13) (2025-08-12)
- Bump Go version (1.23.12) and dependencies for CVE fixes
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ REPOPATH := $(ORGPATH)/$(REPONAME)
ALPINE_IMAGE ?= alpine:3.21

GOPATH := $(GOBUILDDIR)
GOVERSION := 1.23.12
GOVERSION := 1.24.9
GOIMAGE ?= golang:$(GOVERSION)-alpine3.21

GOOS ?= linux
Expand Down Expand Up @@ -280,7 +280,7 @@ vendor:
init: vendor tools

.PHONY: check
check: license-verify fmt-verify linter run-unit-tests
check: license-verify fmt-verify run-unit-tests

local-release:
@mkdir
52 changes: 26 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
module github.com/arangodb-helper/arangodb

go 1.23.8
go 1.24.0

toolchain go1.24.9

require (
github.com/arangodb-helper/go-certificates v0.0.0-20180821055445-9fca24fc2680
github.com/arangodb-helper/go-helper v0.4.2
github.com/arangodb/go-driver v1.6.6
github.com/arangodb/go-driver v1.6.7
github.com/arangodb/go-upgrade-rules v0.0.0-20200605091205-439fb1ee86e7
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/coreos/go-semver v0.3.1
github.com/dchest/uniuri v1.2.0
github.com/fatih/color v1.9.0
github.com/fsouza/go-dockerclient v1.9.7
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/fsouza/go-dockerclient v1.12.2
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mitchellh/go-homedir v1.1.0
github.com/opencontainers/runc v1.1.14
github.com/opencontainers/cgroups v0.0.6
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/ryanuber/columnize v2.1.0+incompatible
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.35.0
github.com/stretchr/testify v1.11.1
golang.org/x/crypto v0.43.0
gopkg.in/ini.v1 v1.66.6
)

require (
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
github.com/containerd/containerd v1.7.27 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/docker v25.0.6+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/docker v28.5.1+incompatible // indirect
github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/compress v1.18.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/sys/user v0.3.0 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/go-archive v0.1.0 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
github.com/moby/sys/mountinfo v0.7.2 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/moby/sys/user v0.4.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/moby/term v0.5.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/opencontainers/runtime-spec v1.1.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/pavel-v-chernykh/keystore-go v2.1.0+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/term v0.36.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.4.0 // indirect
)
Loading