Build improvements and Go version update

- Update Go version from 1.25.0 to 1.26.1 in go.mod and go.work
- Fix Makefile: quote LDFLAGS to handle spaces safely in -ldflags
- Improve build error handling: on failure, cat log then cleanup and exit with error code
- Update install_obitools.sh: properly set GOROOT, GOPATH, and GOTOOLCHAIN; ensure GOPATH directory is created
This commit is contained in:
Eric Coissac
2026-03-13 19:03:22 +01:00
parent 43125f9f5e
commit 2f7be10b5d
4 changed files with 10 additions and 8 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module git.metabarcoding.org/obitools/obitools4/obitools4
go 1.25.0
go 1.26.1
require (
github.com/DavidGamba/go-getoptions v0.33.0