File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
executors :
5
5
golang-executor :
6
6
docker :
7
- - image : gcr.io/gcr-for-testing/golang:1.22.12
7
+ - image : gcr.io/gcr-for-testing/golang:1.23.8
8
8
machine-executor :
9
9
machine :
10
10
image : ubuntu-2204:current
@@ -19,7 +19,7 @@ aliases:
19
19
parameters :
20
20
goImage :
21
21
type : string
22
- default : " gcr.io/gcr-for-testing/golang:1.22.12 "
22
+ default : " gcr.io/gcr-for-testing/golang:1.23.8 "
23
23
arangodbImage :
24
24
type : string
25
25
default : " gcr.io/gcr-for-testing/arangodb/enterprise-preview:latest"
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ tools: __dir_setup
515
515
@echo " >> Fetching golangci-lint linter"
516
516
@GOBIN=
$(TMPDIR ) /bin go install github.com/golangci/golangci-lint/cmd/
[email protected]
517
517
@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
519
519
@echo " >> Fetching license check"
520
520
@GOBIN=
$(TMPDIR ) /bin go install github.com/google/
[email protected]
521
521
@echo " >> Fetching govulncheck"
Original file line number Diff line number Diff line change 1
1
module github.com/arangodb/go-driver/v2
2
2
3
- go 1.23.0
4
-
5
- toolchain go1.24.1
3
+ go 1.23.8
6
4
7
5
require (
8
6
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e
You can’t perform that action at this time.
0 commit comments