0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-21 01:32:53 +01: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 Fix make fmt and make fmt-check (#18633) 2022-02-06 16:44:30 +01:00
code-batch-process.go
generate-bindata.go
generate-emoji.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
generate-gitignores.go
generate-images.js
generate-licenses.go
generate-svg.js
gitea-format-imports.go
gocovmerge.go
test-env-check.sh Prepare and check test env during CI (#17725) 2021-11-19 13:58:34 +08:00
test-env-prepare.sh Prepare and check test env during CI (#17725) 2021-11-19 13:58:34 +08:00
update-locales.sh