File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
parameters :
4
4
goImage :
5
5
type : string
6
- default : " gcr.io/gcr-for-testing/golang:1.23.11 "
6
+ default : " gcr.io/gcr-for-testing/golang:1.23.12 "
7
7
arangodbImage :
8
8
type : string
9
9
default : " gcr.io/gcr-for-testing/arangodb/enterprise:latest"
@@ -17,7 +17,7 @@ parameters:
17
17
executors :
18
18
golang-executor :
19
19
docker :
20
- - image : gcr.io/gcr-for-testing/golang:1.23.11
20
+ - image : gcr.io/gcr-for-testing/golang:1.23.12
21
21
machine-executor :
22
22
machine :
23
23
image : ubuntu-2204:current
Original file line number Diff line number Diff line change 1
1
# ArangoDB Starter Changelog
2
2
3
3
## [ master] ( https://github.com/arangodb-helper/arangodb/tree/master ) (N/A)
4
+ - Bump Go version (1.23.12) and dependencies for CVE fixes
4
5
- Bump Go version (1.23.11) and dependencies for CVE fixes
5
6
6
7
## [ v0.19.12] ( https://github.com/arangodb-helper/arangodb/tree/0.19.12 ) (2025-06-17)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ REPOPATH := $(ORGPATH)/$(REPONAME)
40
40
ALPINE_IMAGE ?= alpine:3.21
41
41
42
42
GOPATH := $(GOBUILDDIR )
43
- GOVERSION := 1.23.11
43
+ GOVERSION := 1.23.12
44
44
GOIMAGE ?= golang:$(GOVERSION ) -alpine3.21
45
45
46
46
GOOS ?= linux
You can’t perform that action at this time.
0 commit comments