|
11 | 11 | lint:
|
12 | 12 | runs-on: ubuntu-20.04
|
13 | 13 | container:
|
14 |
| - image: quay.io/cortexproject/build-image:update-go-1-19-a2f4d2c79 |
| 14 | + image: quay.io/cortexproject/build-image:upgrade-to-go1.19.3-e8b98ddc0 |
15 | 15 | steps:
|
16 | 16 | - name: Checkout Repo
|
17 | 17 | uses: actions/checkout@v2
|
|
35 | 35 | test:
|
36 | 36 | runs-on: ubuntu-20.04
|
37 | 37 | container:
|
38 |
| - image: quay.io/cortexproject/build-image:update-go-1-19-a2f4d2c79 |
| 38 | + image: quay.io/cortexproject/build-image:upgrade-to-go1.19.3-e8b98ddc0 |
39 | 39 | steps:
|
40 | 40 | - name: Checkout Repo
|
41 | 41 | uses: actions/checkout@v2
|
|
49 | 49 | build:
|
50 | 50 | runs-on: ubuntu-20.04
|
51 | 51 | container:
|
52 |
| - image: quay.io/cortexproject/build-image:update-go-1-19-a2f4d2c79 |
| 52 | + image: quay.io/cortexproject/build-image:upgrade-to-go1.19.3-e8b98ddc0 |
53 | 53 | steps:
|
54 | 54 | - name: Checkout Repo
|
55 | 55 | uses: actions/checkout@v2
|
@@ -165,14 +165,14 @@ jobs:
|
165 | 165 | run: |
|
166 | 166 | touch build-image/.uptodate
|
167 | 167 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
168 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:update-go-1-19-a2f4d2c79 TTY='' configs-integration-test |
| 168 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:upgrade-to-go1.19.3-e8b98ddc0 TTY='' configs-integration-test |
169 | 169 |
|
170 | 170 | deploy_website:
|
171 | 171 | needs: [build, test]
|
172 | 172 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
173 | 173 | runs-on: ubuntu-20.04
|
174 | 174 | container:
|
175 |
| - image: quay.io/cortexproject/build-image:update-go-1-19-a2f4d2c79 |
| 175 | + image: quay.io/cortexproject/build-image:upgrade-to-go1.19.3-e8b98ddc0 |
176 | 176 | steps:
|
177 | 177 | - name: Checkout Repo
|
178 | 178 | uses: actions/checkout@v2
|
@@ -209,7 +209,7 @@ jobs:
|
209 | 209 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
210 | 210 | runs-on: ubuntu-20.04
|
211 | 211 | container:
|
212 |
| - image: quay.io/cortexproject/build-image:update-go-1-19-a2f4d2c79 |
| 212 | + image: quay.io/cortexproject/build-image:upgrade-to-go1.19.3-e8b98ddc0 |
213 | 213 | steps:
|
214 | 214 | - name: Checkout Repo
|
215 | 215 | uses: actions/checkout@v2
|
|
0 commit comments