1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-29 21:58:36 +00:00

Make CI work (#8057)

* Use export GOPROXY=https://goproxy.cn before build

* Add go version to generate command

* Reproduced the entire build procedure - see notes

I've used:

sudo go clean -i -r -cache -testcache -modcache
make clean
make generate
make golangci-lint
make revive
make swagger-check
make swagger-validate
make test-vendor            <--- this now fails
make vendor                 <--- this now produced changes
git commit -a               <--- this commit

* Add fix from #8059 to complete CI tests
This commit is contained in:
guillep2k
2019-09-02 16:12:29 -03:00
committed by techknowlogick
parent fe1a6a2d9a
commit 765be70323
32 changed files with 217 additions and 344 deletions

2
vendor/modules.txt vendored
View File

@@ -374,7 +374,7 @@ golang.org/x/net/internal/socks
# golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/oauth2
golang.org/x/oauth2/internal
# golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456
# golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
golang.org/x/sys/windows
golang.org/x/sys/windows/svc
golang.org/x/sys/cpu