Browse Source

documentation: update CI config path

tags/v2.8.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
37c7b97084
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      DEVELOPING.md

+ 1
- 1
DEVELOPING.md View File

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

Loading…
Cancel
Save