updated go version

This commit is contained in:
Yevhen Odynets
2026-04-29 19:12:36 +03:00
parent fcf98f20cb
commit 167d98ac9c
3 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
go build -o /usr/local/bin/mdb ./cmd
go build -trimpath -ldflags="-s -w" -o /usr/local/bin/mdb ./cmd