File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
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.22.4 "
6
+ default : " gcr.io/gcr-for-testing/golang:1.22.5 "
7
7
arangodbImage :
8
8
type : string
9
9
default : " gcr.io/gcr-for-testing/arangodb/enterprise-preview:devel-nightly"
@@ -17,7 +17,7 @@ parameters:
17
17
executors :
18
18
golang-executor :
19
19
docker :
20
- - image : gcr.io/gcr-for-testing/golang:1.22.4
20
+ - image : gcr.io/gcr-for-testing/golang:1.22.5
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.22.3) and dependencies for CVE fixes
4
+ - Bump Go version (1.22.5) and dependencies for CVE fixes
5
+ - Bump Go version (1.22.4) and dependencies for CVE fixes
5
6
6
7
## [ v0.19.2] ( https://github.com/arangodb-helper/arangodb/tree/0.19.2 ) (2024-06-07)
7
8
- Fix for Docker default Network Mode
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ REPOPATH := $(ORGPATH)/$(REPONAME)
40
40
ALPINE_IMAGE ?= alpine:3.19
41
41
42
42
GOPATH := $(GOBUILDDIR )
43
- GOVERSION := 1.22.4
43
+ GOVERSION := 1.22.5
44
44
GOIMAGE ?= golang:$(GOVERSION ) -alpine3.19
45
45
46
46
GOOS ?= linux
You can’t perform that action at this time.
0 commit comments