Makefile: Use -trimpath while building #25

Merged
fyrchik merged 2 commits from fyrchik/linters:fix-linters into master 2024-09-04 19:51:22 +00:00

2 commits

Author SHA1 Message Date
007db8eff4 [#25] .golangci.yml: Replace exportloopref with copyloopvar
All checks were successful
Tests and linters / Build lib (pull_request) Successful in 53s
Tests and linters / Tests (pull_request) Successful in 1m10s
Tests and linters / Staticcheck (pull_request) Successful in 1m26s
Tests and linters / Lint (pull_request) Successful in 3m38s
Fix the warning:
```
WARN The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar.
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-08-28 14:23:46 +03:00
7fbd18be41 [#25] Makefile: Use -trimpath while building
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-08-28 14:23:46 +03:00