1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-23 10:21:45 +02:00
gitea/build
silverwind fe9626af29
Use go run for tool dependencies, require go 1.17 (#18874)
This ensures the tools only run in the versions we've tested and it also
does not polute PATH with those tools so they are truly isolated. This
syntax of `go run` requires go 1.17, so the minimum version is set
accordingly.

Fixes: https://github.com/go-gitea/gitea/issues/18867

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-03-15 22:50:26 -04:00
..
codeformat
code-batch-process.go
generate-bindata.go
generate-emoji.go
generate-gitignores.go
generate-images.js
generate-licenses.go
generate-svg.js
gitea-format-imports.go
gocovmerge.go
test-env-check.sh
test-env-prepare.sh
update-locales.sh