|
11 | 11 | lint:
|
12 | 12 | runs-on: ubuntu-20.04
|
13 | 13 | container:
|
14 |
| - image: quay.io/cortexproject/build-image:PR5765-0ff811969 |
| 14 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
15 | 15 | steps:
|
16 | 16 | - name: Checkout Repo
|
17 | 17 | uses: actions/checkout@v2
|
|
40 | 40 | test:
|
41 | 41 | runs-on: ubuntu-20.04
|
42 | 42 | container:
|
43 |
| - image: quay.io/cortexproject/build-image:PR5765-0ff811969 |
| 43 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
44 | 44 | steps:
|
45 | 45 | - name: Checkout Repo
|
46 | 46 | uses: actions/checkout@v2
|
|
83 | 83 | build:
|
84 | 84 | runs-on: ubuntu-20.04
|
85 | 85 | container:
|
86 |
| - image: quay.io/cortexproject/build-image:PR5765-0ff811969 |
| 86 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
87 | 87 | steps:
|
88 | 88 | - name: Checkout Repo
|
89 | 89 | uses: actions/checkout@v2
|
@@ -214,14 +214,14 @@ jobs:
|
214 | 214 | run: |
|
215 | 215 | touch build-image/.uptodate
|
216 | 216 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
217 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:PR5765-0ff811969 TTY='' configs-integration-test |
| 217 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 TTY='' configs-integration-test |
218 | 218 |
|
219 | 219 | deploy_website:
|
220 | 220 | needs: [build, test]
|
221 | 221 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
222 | 222 | runs-on: ubuntu-20.04
|
223 | 223 | container:
|
224 |
| - image: quay.io/cortexproject/build-image:PR5765-0ff811969 |
| 224 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
225 | 225 | steps:
|
226 | 226 | - name: Checkout Repo
|
227 | 227 | uses: actions/checkout@v2
|
@@ -263,7 +263,7 @@ jobs:
|
263 | 263 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
264 | 264 | runs-on: ubuntu-20.04
|
265 | 265 | container:
|
266 |
| - image: quay.io/cortexproject/build-image:PR5765-0ff811969 |
| 266 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
267 | 267 | steps:
|
268 | 268 | - name: Checkout Repo
|
269 | 269 | uses: actions/checkout@v2
|
|
0 commit comments