Skip to content

Commit 3ea5577

Browse files
authored
Go 1.23.12 (#459)
1 parent db14f79 commit 3ea5577

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
parameters:
44
goImage:
55
type: string
6-
default: "gcr.io/gcr-for-testing/golang:1.23.11"
6+
default: "gcr.io/gcr-for-testing/golang:1.23.12"
77
arangodbImage:
88
type: string
99
default: "gcr.io/gcr-for-testing/arangodb/enterprise:latest"
@@ -17,7 +17,7 @@ parameters:
1717
executors:
1818
golang-executor:
1919
docker:
20-
- image: gcr.io/gcr-for-testing/golang:1.23.11
20+
- image: gcr.io/gcr-for-testing/golang:1.23.12
2121
machine-executor:
2222
machine:
2323
image: ubuntu-2204:current

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ArangoDB Starter Changelog
22

33
## [master](https://github.com/arangodb-helper/arangodb/tree/master) (N/A)
4+
- Bump Go version (1.23.12) and dependencies for CVE fixes
45
- Bump Go version (1.23.11) and dependencies for CVE fixes
56

67
## [v0.19.12](https://github.com/arangodb-helper/arangodb/tree/0.19.12) (2025-06-17)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ REPOPATH := $(ORGPATH)/$(REPONAME)
4040
ALPINE_IMAGE ?= alpine:3.21
4141

4242
GOPATH := $(GOBUILDDIR)
43-
GOVERSION := 1.23.11
43+
GOVERSION := 1.23.12
4444
GOIMAGE ?= golang:$(GOVERSION)-alpine3.21
4545

4646
GOOS ?= linux

0 commit comments

Comments
 (0)