Skip to content

Commit dd7bf22

Browse files
committed
Bump Go version (1.22.4) and dependencies for CVE fixes
1 parent 2bcc378 commit dd7bf22

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
parameters:
44
goImage:
55
type: string
6-
default: "gcr.io/gcr-for-testing/golang:1.22.4"
6+
default: "gcr.io/gcr-for-testing/golang:1.22.5"
77
arangodbImage:
88
type: string
99
default: "gcr.io/gcr-for-testing/arangodb/enterprise-preview:devel-nightly"
@@ -17,7 +17,7 @@ parameters:
1717
executors:
1818
golang-executor:
1919
docker:
20-
- image: gcr.io/gcr-for-testing/golang:1.22.4
20+
- image: gcr.io/gcr-for-testing/golang:1.22.5
2121
machine-executor:
2222
machine:
2323
image: ubuntu-2204:current

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ArangoDB Starter Changelog
22

33
## [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
56

67
## [v0.19.2](https://github.com/arangodb-helper/arangodb/tree/0.19.2) (2024-06-07)
78
- Fix for Docker default Network Mode

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ REPOPATH := $(ORGPATH)/$(REPONAME)
4040
ALPINE_IMAGE ?= alpine:3.19
4141

4242
GOPATH := $(GOBUILDDIR)
43-
GOVERSION := 1.22.4
43+
GOVERSION := 1.22.5
4444
GOIMAGE ?= golang:$(GOVERSION)-alpine3.19
4545

4646
GOOS ?= linux

0 commit comments

Comments
 (0)