|
17 | 17 | lint: |
18 | 18 | runs-on: ubuntu-24.04 |
19 | 19 | container: |
20 | | - image: quay.io/cortexproject/build-image:master-7e2dda3451 |
| 20 | + image: quay.io/cortexproject/build-image:master-fe84258322 |
21 | 21 | steps: |
22 | 22 | - name: Checkout Repo |
23 | 23 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
57 | 57 | name: test (${{ matrix.name }}) |
58 | 58 | runs-on: ${{ matrix.runner }} |
59 | 59 | container: |
60 | | - image: quay.io/cortexproject/build-image:master-7e2dda3451 |
| 60 | + image: quay.io/cortexproject/build-image:master-fe84258322 |
61 | 61 | steps: |
62 | 62 | - name: Checkout Repo |
63 | 63 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
85 | 85 | name: test-no-race (${{ matrix.name }}) |
86 | 86 | runs-on: ${{ matrix.runner }} |
87 | 87 | container: |
88 | | - image: quay.io/cortexproject/build-image:master-7e2dda3451 |
| 88 | + image: quay.io/cortexproject/build-image:master-fe84258322 |
89 | 89 | steps: |
90 | 90 | - name: Checkout Repo |
91 | 91 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | build: |
129 | 129 | runs-on: ubuntu-24.04 |
130 | 130 | container: |
131 | | - image: quay.io/cortexproject/build-image:master-7e2dda3451 |
| 131 | + image: quay.io/cortexproject/build-image:master-fe84258322 |
132 | 132 | steps: |
133 | 133 | - name: Checkout Repo |
134 | 134 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -241,7 +241,7 @@ jobs: |
241 | 241 | - name: Upgrade golang |
242 | 242 | uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 |
243 | 243 | with: |
244 | | - go-version: 1.25.5 |
| 244 | + go-version: 1.25.8 |
245 | 245 | - name: Checkout Repo |
246 | 246 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
247 | 247 | - name: Install Docker Client |
@@ -324,14 +324,14 @@ jobs: |
324 | 324 | touch build-image/.uptodate |
325 | 325 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations |
326 | 326 | echo "Running configs integration tests on ${{ matrix.arch }}" |
327 | | - make BUILD_IMAGE=quay.io/cortexproject/build-image:master-7e2dda3451 TTY='' configs-integration-test |
| 327 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-fe84258322 TTY='' configs-integration-test |
328 | 328 |
|
329 | 329 | deploy_website: |
330 | 330 | needs: [build, test, lint] |
331 | 331 | if: github.ref == 'refs/heads/master' && github.repository == 'cortexproject/cortex' |
332 | 332 | runs-on: ubuntu-24.04 |
333 | 333 | container: |
334 | | - image: quay.io/cortexproject/build-image:master-7e2dda3451 |
| 334 | + image: quay.io/cortexproject/build-image:master-fe84258322 |
335 | 335 | steps: |
336 | 336 | - name: Checkout Repo |
337 | 337 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -373,7 +373,7 @@ jobs: |
373 | 373 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
374 | 374 | runs-on: ubuntu-24.04 |
375 | 375 | container: |
376 | | - image: quay.io/cortexproject/build-image:master-7e2dda3451 |
| 376 | + image: quay.io/cortexproject/build-image:master-fe84258322 |
377 | 377 | steps: |
378 | 378 | - name: Checkout Repo |
379 | 379 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
0 commit comments