internal/ci: remove gorelease check step
It appears to be of no use at the moment; without any arguments, it
simply suggests what the current code could be versioned as, when
compared to the latest semver version. I could only get it to fail if
the repository has unstaged changes, which we already catch elsewhere.
Remove it for now; we may add it again in the future as part of our
release process. While here, remove tools.go, which was only used for
gorelease and for goimports, which we don't use either.
In the future, if we need any versioned tool, we can run the following
instead of using the old "tools.go" approach:
go run path/to/tool@commit-or-tag [args]
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I7a50bf5d4b09b3f41a32131249d0633d87f1c408
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/537221
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Paul Jolly <paul@myitcv.io>