Commit b3d840e
committed
feat(ci): read Go version from go-versions.yml for system-tests weblog build
Read the stable Go version from the local go-versions.yml (checked out at
binaries/dd-trace-go) and pass it as GO_VERSION to build.sh, which forwards
it as --build-arg GO_VERSION to docker buildx build.
This wires dd-trace-go's single source of truth into the system-tests
weblog Docker build, so Go version bumps in go-versions.yml automatically
propagate to the container image without a manual PR.
Companion PR: DataDog/system-tests#6350
Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>1 parent 1b6e030 commit b3d840e
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
170 | 183 | | |
171 | 184 | | |
| 185 | + | |
| 186 | + | |
172 | 187 | | |
173 | 188 | | |
174 | 189 | | |
| |||
0 commit comments