File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-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.21.3 "
6+ default : " gcr.io/gcr-for-testing/golang:1.21.4 "
77 arangodbImage :
88 type : string
99 default : " gcr.io/gcr-for-testing/arangodb/arangodb:3.9.2"
@@ -17,7 +17,7 @@ parameters:
1717executors :
1818 golang-executor :
1919 docker :
20- - image : gcr.io/gcr-for-testing/golang:1.21.3
20+ - image : gcr.io/gcr-for-testing/golang:1.21.4
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.21.3 ) and dependencies for CVE fixes
4+ - Bump Go version (1.21.4 ) and dependencies for CVE fixes
55
66## [ 0.17.1] ( https://github.com/arangodb-helper/arangodb/tree/0.17.1 ) (2023-09-07)
77- Retry server upgrade if requested by exit code (EXIT_UPGRADE_REQUIRED)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ REPODIR := $(ORGDIR)/$(REPONAME)
3535REPOPATH := $(ORGPATH ) /$(REPONAME )
3636
3737GOPATH := $(GOBUILDDIR )
38- GOVERSION := 1.21.3
38+ GOVERSION := 1.21.4
3939GOIMAGE ?= golang:$(GOVERSION ) -alpine3.17
4040
4141GOOS ?= linux
You can’t perform that action at this time.
0 commit comments