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 44executors :
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:
1919parameters :
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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11module github.com/arangodb/go-driver/v2
22
3- go 1.23.0
4-
5- toolchain go1.24.1
3+ go 1.23.8
64
75require (
86 github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e
You can’t perform that action at this time.
0 commit comments