File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33parameters :
44 goImage :
55 type : string
6- default : " gcr.io/gcr-for-testing/golang:1.22.8 "
6+ default : " gcr.io/gcr-for-testing/golang:1.22.10 "
77 arangodbImage :
88 type : string
99 default : " gcr.io/gcr-for-testing/arangodb/enterprise:latest"
@@ -17,7 +17,7 @@ parameters:
1717executors :
1818 golang-executor :
1919 docker :
20- - image : gcr.io/gcr-for-testing/golang:1.22.8
20+ - image : gcr.io/gcr-for-testing/golang:1.22.10
2121 machine-executor :
2222 machine :
2323 image : ubuntu-2204:current
Original file line number Diff line number Diff line change 11# ArangoDB Starter Changelog
22
33## [ master] ( https://github.com/arangodb-helper/arangodb/tree/master ) (N/A)
4+ - Bump Go version (1.22.10) and dependencies for CVE fixes
45
56## [ v0.19.7] ( https://github.com/arangodb-helper/arangodb/tree/0.19.7 ) (2024-11-19)
67- Restart improvements
Original file line number Diff line number Diff line change 11# 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)
4040ALPINE_IMAGE ?= alpine:3.19
4141
4242GOPATH := $(GOBUILDDIR )
43- GOVERSION := 1.22.8
43+ GOVERSION := 1.22.10
4444GOIMAGE ?= golang:$(GOVERSION ) -alpine3.19
4545
4646GOOS ?= linux
You can’t perform that action at this time.
0 commit comments