documentation: update CI config path

This commit is contained in:
Shivaram Lingamneni 2021-08-08 12:35:55 -04:00
parent 0ac8b6daea
commit 37c7b97084

@ -11,7 +11,7 @@ Ergo vendors all its dependencies. Because of this, Ergo is self-contained and y
If you're upgrading the Go version used by Ergo, there are several places where it's hard-coded and must be changed:
1. `.travis.yml`, which controls the version that our CI test suite uses to build and test the code (e.g., for a PR)
1. `.github/workflows/build.yml`, which controls the version that our CI test suite uses to build and test the code (e.g., for a PR)
2. `Dockerfile`, which controls the version that the Ergo binaries in our Docker images are built with
3. `go.mod`: this should be updated automatically by Go when you do module-related operations