Skip to content

Commit 3fa8112

Browse files
authored
Update Go version to 1.22.10 (#443)
1 parent ec77881 commit 3fa8112

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Diff for: .circleci/config.yml

+2-2
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.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:
1717
executors:
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

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

Diff for: CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Team-go owns the entire repository
2-
* @ajanikow @jwierzbo
2+
* @ajanikow @jwierzbo @enikon @djmeuleman

Diff for: Makefile

+1-1
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.8
43+
GOVERSION := 1.22.10
4444
GOIMAGE ?= golang:$(GOVERSION)-alpine3.19
4545

4646
GOOS ?= linux

0 commit comments

Comments
 (0)