Skip to content

Commit 15d1798

Browse files
authored
Go 1.23.10 (#456)
1 parent ab3b000 commit 15d1798

File tree

4 files changed

+5
-4
lines changed

4 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.23.8"
6+
default: "gcr.io/gcr-for-testing/golang:1.23.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.23.8
20+
- image: gcr.io/gcr-for-testing/golang:1.23.10
2121
machine-executor:
2222
machine:
2323
image: ubuntu-2204:current

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
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.11](https://github.com/arangodb-helper/arangodb/tree/0.19.11) (2025-04-29)
67
- Bump Go version (1.23.8) and dependencies for CVE fixes

CODEOWNERS

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

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.21
4141

4242
GOPATH := $(GOBUILDDIR)
43-
GOVERSION := 1.23.8
43+
GOVERSION := 1.23.10
4444
GOIMAGE ?= golang:$(GOVERSION)-alpine3.21
4545

4646
GOOS ?= linux

0 commit comments

Comments
 (0)