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.21.6"
default: "gcr.io/gcr-for-testing/golang:1.21.8"
arangodbImage:
type: string
default: "gcr.io/gcr-for-testing/arangodb/enterprise-preview:devel-nightly"
Expand All @@ -17,7 +17,7 @@ parameters:
executors:
golang-executor:
docker:
- image: gcr.io/gcr-for-testing/golang:1.21.6
- image: gcr.io/gcr-for-testing/golang:1.21.8
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
Expand Up @@ -2,6 +2,7 @@

## [master](https://github.com/arangodb-helper/arangodb/tree/master) (N/A)
- Remove deprecated ArangoSync component and ActiveFailover mode
- Bump Go version (1.21.8) and dependencies for CVE fixes

## [v0.18.3](https://github.com/arangodb-helper/arangodb/tree/0.18.3) (2024-03-05)
- Mark ArangoSync component as deprecated
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ REPOPATH := $(ORGPATH)/$(REPONAME)
ALPINE_IMAGE ?= alpine:3.18

GOPATH := $(GOBUILDDIR)
GOVERSION := 1.21.6
GOVERSION := 1.21.8
GOIMAGE ?= golang:$(GOVERSION)-alpine3.18

GOOS ?= linux
Expand Down