ci: remove circleci (#17502)

all of our workflows are in GitHub Actions now 🎉
This commit is contained in:
Daniel Bennett
2023-06-12 16:28:19 -05:00
committed by GitHub
parent 5bb6e5758d
commit 5733fa7516
3 changed files with 1 additions and 543 deletions

View File

@@ -29,10 +29,6 @@ echo "${golang_version}" > .go-version
# Specifically, we use "* instead of "?, which relies on GNU extension without much loss of
# correctness in practice.
sed -i'' -e "s|/golang:[.0-9]*|/golang:${golang_version}|g" .circleci/config.yml
sed -i'' -e "s|GOLANG_VERSION:[ \"]*[.0-9]*\"*|GOLANG_VERSION: ${golang_version}|g" \
.circleci/config.yml
sed -i'' -e "s|GO_VERSION:[ \"]*[.0-9]*\"*|GO_VERSION: ${golang_version}|g" \
.github/workflows/test-core.yaml