|
11 | 11 | lint:
|
12 | 12 | runs-on: ubuntu-20.04
|
13 | 13 | container:
|
14 |
| - image: quay.io/cortexproject/build-image:upgrade-to-go1.20.1-pr-5159 |
| 14 | + image: quay.io/cortexproject/build-image:upgrade-to-go-1.20.4-6025f83e5 |
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:upgrade-to-go1.20.1-pr-5159 |
| 43 | + image: quay.io/cortexproject/build-image:upgrade-to-go-1.20.4-6025f83e5 |
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:upgrade-to-go1.20.1-pr-5159 |
| 62 | + image: quay.io/cortexproject/build-image:upgrade-to-go-1.20.4-6025f83e5 |
63 | 63 | steps:
|
64 | 64 | - name: Checkout Repo
|
65 | 65 | uses: actions/checkout@v2
|
@@ -189,14 +189,14 @@ jobs:
|
189 | 189 | run: |
|
190 | 190 | touch build-image/.uptodate
|
191 | 191 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
192 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:upgrade-to-go1.20.1-pr-5159 TTY='' configs-integration-test |
| 192 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:upgrade-to-go-1.20.4-6025f83e5 TTY='' configs-integration-test |
193 | 193 |
|
194 | 194 | deploy_website:
|
195 | 195 | needs: [build, test]
|
196 | 196 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
197 | 197 | runs-on: ubuntu-20.04
|
198 | 198 | container:
|
199 |
| - image: quay.io/cortexproject/build-image:upgrade-to-go1.20.1-pr-5159 |
| 199 | + image: quay.io/cortexproject/build-image:upgrade-to-go-1.20.4-6025f83e5 |
200 | 200 | steps:
|
201 | 201 | - name: Checkout Repo
|
202 | 202 | uses: actions/checkout@v2
|
@@ -238,7 +238,7 @@ jobs:
|
238 | 238 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
239 | 239 | runs-on: ubuntu-20.04
|
240 | 240 | container:
|
241 |
| - image: quay.io/cortexproject/build-image:upgrade-to-go1.20.1-pr-5159 |
| 241 | + image: quay.io/cortexproject/build-image:upgrade-to-go-1.20.4-6025f83e5 |
242 | 242 | steps:
|
243 | 243 | - name: Checkout Repo
|
244 | 244 | uses: actions/checkout@v2
|
|
0 commit comments