|
17 | 17 | lint: |
18 | 18 | runs-on: ubuntu-24.04 |
19 | 19 | container: |
20 | | - image: quay.io/cortexproject/build-image:master-59491e9aae |
| 20 | + image: quay.io/cortexproject/build-image:master-6c61d75c37 |
21 | 21 | steps: |
22 | 22 | - name: Checkout Repo |
23 | 23 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
48 | 48 | test: |
49 | 49 | runs-on: ubuntu-24.04 |
50 | 50 | container: |
51 | | - image: quay.io/cortexproject/build-image:master-59491e9aae |
| 51 | + image: quay.io/cortexproject/build-image:master-6c61d75c37 |
52 | 52 | steps: |
53 | 53 | - name: Checkout Repo |
54 | 54 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
66 | 66 | test-no-race: |
67 | 67 | runs-on: ubuntu-24.04 |
68 | 68 | container: |
69 | | - image: quay.io/cortexproject/build-image:master-59491e9aae |
| 69 | + image: quay.io/cortexproject/build-image:master-6c61d75c37 |
70 | 70 | steps: |
71 | 71 | - name: Checkout Repo |
72 | 72 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | build: |
110 | 110 | runs-on: ubuntu-24.04 |
111 | 111 | container: |
112 | | - image: quay.io/cortexproject/build-image:master-59491e9aae |
| 112 | + image: quay.io/cortexproject/build-image:master-6c61d75c37 |
113 | 113 | steps: |
114 | 114 | - name: Checkout Repo |
115 | 115 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | - name: Upgrade golang |
211 | 211 | uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 |
212 | 212 | with: |
213 | | - go-version: 1.24.0 |
| 213 | + go-version: 1.25.5 |
214 | 214 | - name: Checkout Repo |
215 | 215 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
216 | 216 | - name: Install Docker Client |
@@ -293,14 +293,14 @@ jobs: |
293 | 293 | touch build-image/.uptodate |
294 | 294 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations |
295 | 295 | echo "Running configs integration tests on ${{ matrix.arch }}" |
296 | | - make BUILD_IMAGE=quay.io/cortexproject/build-image:master-59491e9aae TTY='' configs-integration-test |
| 296 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-6c61d75c37 TTY='' configs-integration-test |
297 | 297 |
|
298 | 298 | deploy_website: |
299 | 299 | needs: [build, test] |
300 | 300 | if: github.ref == 'refs/heads/master' && github.repository == 'cortexproject/cortex' |
301 | 301 | runs-on: ubuntu-24.04 |
302 | 302 | container: |
303 | | - image: quay.io/cortexproject/build-image:master-59491e9aae |
| 303 | + image: quay.io/cortexproject/build-image:master-6c61d75c37 |
304 | 304 | steps: |
305 | 305 | - name: Checkout Repo |
306 | 306 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -342,7 +342,7 @@ jobs: |
342 | 342 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
343 | 343 | runs-on: ubuntu-24.04 |
344 | 344 | container: |
345 | | - image: quay.io/cortexproject/build-image:master-59491e9aae |
| 345 | + image: quay.io/cortexproject/build-image:master-6c61d75c37 |
346 | 346 | steps: |
347 | 347 | - name: Checkout Repo |
348 | 348 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
0 commit comments