Skip to content

Commit 4f7090e

Browse files
committed
Toolchain: Set lower 1.24 Go version as minimum for arangoproxy
Go 1.25 is only available in alpine:edge at the moment
1 parent 9b3b338 commit 4f7090e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/arangoproxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arangodb/docs/migration-tools/arangoproxy
22

3-
go 1.25
3+
go 1.24
44

55
require (
66
github.com/dlclark/regexp2 v1.11.5

0 commit comments

Comments
 (0)