|
17 | 17 | lint: |
18 | 18 | runs-on: ubuntu-20.04 |
19 | 19 | container: |
20 | | - image: quay.io/cortexproject/build-image:master-582c03a76 |
| 20 | + image: quay.io/cortexproject/build-image:master-ac7827fa9 |
21 | 21 | steps: |
22 | 22 | - name: Checkout Repo |
23 | 23 | uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
|
46 | 46 | test: |
47 | 47 | runs-on: ubuntu-20.04 |
48 | 48 | container: |
49 | | - image: quay.io/cortexproject/build-image:master-582c03a76 |
| 49 | + image: quay.io/cortexproject/build-image:master-ac7827fa9 |
50 | 50 | steps: |
51 | 51 | - name: Checkout Repo |
52 | 52 | uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
|
89 | 89 | build: |
90 | 90 | runs-on: ubuntu-20.04 |
91 | 91 | container: |
92 | | - image: quay.io/cortexproject/build-image:master-582c03a76 |
| 92 | + image: quay.io/cortexproject/build-image:master-ac7827fa9 |
93 | 93 | steps: |
94 | 94 | - name: Checkout Repo |
95 | 95 | uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | - name: Upgrade golang |
149 | 149 | uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0 |
150 | 150 | with: |
151 | | - go-version: 1.22.5 |
| 151 | + go-version: 1.23.2 |
152 | 152 | - name: Checkout Repo |
153 | 153 | uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
154 | 154 | - name: Install Docker Client |
@@ -224,14 +224,14 @@ jobs: |
224 | 224 | run: | |
225 | 225 | touch build-image/.uptodate |
226 | 226 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations |
227 | | - make BUILD_IMAGE=quay.io/cortexproject/build-image:master-582c03a76 TTY='' configs-integration-test |
| 227 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-ac7827fa9 TTY='' configs-integration-test |
228 | 228 |
|
229 | 229 | deploy_website: |
230 | 230 | needs: [build, test] |
231 | 231 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
232 | 232 | runs-on: ubuntu-20.04 |
233 | 233 | container: |
234 | | - image: quay.io/cortexproject/build-image:master-582c03a76 |
| 234 | + image: quay.io/cortexproject/build-image:master-ac7827fa9 |
235 | 235 | steps: |
236 | 236 | - name: Checkout Repo |
237 | 237 | uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
@@ -273,7 +273,7 @@ jobs: |
273 | 273 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
274 | 274 | runs-on: ubuntu-20.04 |
275 | 275 | container: |
276 | | - image: quay.io/cortexproject/build-image:master-582c03a76 |
| 276 | + image: quay.io/cortexproject/build-image:master-ac7827fa9 |
277 | 277 | steps: |
278 | 278 | - name: Checkout Repo |
279 | 279 | uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 |
|
0 commit comments