|
11 | 11 | lint:
|
12 | 12 | runs-on: ubuntu-20.04
|
13 | 13 | container:
|
14 |
| - image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
| 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:update-go-1.21.3-e38685e50 |
| 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
|
|
59 | 59 | build:
|
60 | 60 | runs-on: ubuntu-20.04
|
61 | 61 | container:
|
62 |
| - image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
| 62 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
63 | 63 | steps:
|
64 | 64 | - name: Checkout Repo
|
65 | 65 | uses: actions/checkout@v2
|
@@ -193,14 +193,14 @@ jobs:
|
193 | 193 | run: |
|
194 | 194 | touch build-image/.uptodate
|
195 | 195 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
196 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 TTY='' configs-integration-test |
| 196 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 TTY='' configs-integration-test |
197 | 197 |
|
198 | 198 | deploy_website:
|
199 | 199 | needs: [build, test]
|
200 | 200 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
201 | 201 | runs-on: ubuntu-20.04
|
202 | 202 | container:
|
203 |
| - image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
| 203 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
204 | 204 | steps:
|
205 | 205 | - name: Checkout Repo
|
206 | 206 | uses: actions/checkout@v2
|
@@ -242,7 +242,7 @@ jobs:
|
242 | 242 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
243 | 243 | runs-on: ubuntu-20.04
|
244 | 244 | container:
|
245 |
| - image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
| 245 | + image: quay.io/cortexproject/build-image:upgrade-go-to-1.21.9-b37062f16 |
246 | 246 | steps:
|
247 | 247 | - name: Checkout Repo
|
248 | 248 | uses: actions/checkout@v2
|
|
0 commit comments