Skip to content

Commit ea2f3ab

Browse files
author
enikon
authored
OAS-10877 Update CVE golang 1.23 (#682)
1 parent 36c04ea commit ea2f3ab

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
executors:
55
golang-executor:
66
docker:
7-
- image: gcr.io/gcr-for-testing/golang:1.22.12
7+
- image: gcr.io/gcr-for-testing/golang:1.23.8
88
machine-executor:
99
machine:
1010
image: ubuntu-2204:current
@@ -19,7 +19,7 @@ aliases:
1919
parameters:
2020
goImage:
2121
type: string
22-
default: "gcr.io/gcr-for-testing/golang:1.22.12"
22+
default: "gcr.io/gcr-for-testing/golang:1.23.8"
2323
arangodbImage:
2424
type: string
2525
default: "gcr.io/gcr-for-testing/arangodb/enterprise-preview:latest"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ tools: __dir_setup
515515
@echo ">> Fetching golangci-lint linter"
516516
@GOBIN=$(TMPDIR)/bin go install github.com/golangci/golangci-lint/cmd/[email protected]
517517
@echo ">> Fetching goimports"
518-
@GOBIN=$(TMPDIR)/bin go install golang.org/x/tools/cmd/goimports@v0.1.12
518+
@GOBIN=$(TMPDIR)/bin go install golang.org/x/tools/cmd/goimports@v0.32.0
519519
@echo ">> Fetching license check"
520520
@GOBIN=$(TMPDIR)/bin go install github.com/google/[email protected]
521521
@echo ">> Fetching govulncheck"

v2/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/arangodb/go-driver/v2
22

3-
go 1.23.0
4-
5-
toolchain go1.24.1
3+
go 1.23.8
64

75
require (
86
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e

0 commit comments

Comments
 (0)