File tree 4 files changed +5
-4
lines changed
4 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.8 "
6
+ default : " gcr.io/gcr-for-testing/golang:1.22.10 "
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.22.8
20
+ - image : gcr.io/gcr-for-testing/golang:1.22.10
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.10) and dependencies for CVE fixes
4
5
5
6
## [ v0.19.7] ( https://github.com/arangodb-helper/arangodb/tree/0.19.7 ) (2024-11-19)
6
7
- Restart improvements
Original file line number Diff line number Diff line change 1
1
# Team-go owns the entire repository
2
- * @ ajanikow @ jwierzbo
2
+ * @ ajanikow @ jwierzbo @ enikon @ djmeuleman
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.8
43
+ GOVERSION := 1.22.10
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