Skip to content

Commit 68fd49e

Browse files
authored
Downgrade go version to 1.23.4 (#3)
Signed-off-by: Emruz Hossain <[email protected]>
1 parent 98e26f8 commit 68fd49e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# IDE files
55
.idea/
66
.vscode/
7+
# Vendors
8+
vendor/
79
# Binaries for programs and plugins
810
bin/
911
*.exe

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/qdrant/go-commons
22

3-
go 1.24.0
3+
go 1.23.4
44

55
require github.com/stretchr/testify v1.10.0
66

0 commit comments

Comments
 (0)