|
17 | 17 | lint: |
18 | 18 | runs-on: ubuntu-24.04 |
19 | 19 | container: |
20 | | - image: quay.io/cortexproject/build-image:master-fe84258322 |
| 20 | + image: quay.io/cortexproject/build-image:master-ee0b97cc37 |
21 | 21 | steps: |
22 | 22 | - name: Checkout Repo |
23 | 23 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
53 | 53 | name: test (${{ matrix.name }}) |
54 | 54 | runs-on: ${{ matrix.runner }} |
55 | 55 | container: |
56 | | - image: quay.io/cortexproject/build-image:master-fe84258322 |
| 56 | + image: quay.io/cortexproject/build-image:master-ee0b97cc37 |
57 | 57 | steps: |
58 | 58 | - name: Checkout Repo |
59 | 59 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
81 | 81 | name: test-no-race (${{ matrix.name }}) |
82 | 82 | runs-on: ${{ matrix.runner }} |
83 | 83 | container: |
84 | | - image: quay.io/cortexproject/build-image:master-fe84258322 |
| 84 | + image: quay.io/cortexproject/build-image:master-ee0b97cc37 |
85 | 85 | steps: |
86 | 86 | - name: Checkout Repo |
87 | 87 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | build: |
125 | 125 | runs-on: ubuntu-24.04 |
126 | 126 | container: |
127 | | - image: quay.io/cortexproject/build-image:master-fe84258322 |
| 127 | + image: quay.io/cortexproject/build-image:master-ee0b97cc37 |
128 | 128 | steps: |
129 | 129 | - name: Checkout Repo |
130 | 130 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | - name: Upgrade golang |
229 | 229 | uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 |
230 | 230 | with: |
231 | | - go-version: 1.25.8 |
| 231 | + go-version: 1.26.2 |
232 | 232 | - name: Checkout Repo |
233 | 233 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
234 | 234 | - name: Install Docker Client |
@@ -311,14 +311,14 @@ jobs: |
311 | 311 | touch build-image/.uptodate |
312 | 312 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations |
313 | 313 | echo "Running configs integration tests on ${{ matrix.arch }}" |
314 | | - make BUILD_IMAGE=quay.io/cortexproject/build-image:master-fe84258322 TTY='' configs-integration-test |
| 314 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:master-ee0b97cc37 TTY='' configs-integration-test |
315 | 315 |
|
316 | 316 | deploy: |
317 | 317 | needs: [build, test, lint, integration, integration-configs-db] |
318 | 318 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
319 | 319 | runs-on: ubuntu-24.04 |
320 | 320 | container: |
321 | | - image: quay.io/cortexproject/build-image:master-fe84258322 |
| 321 | + image: quay.io/cortexproject/build-image:master-ee0b97cc37 |
322 | 322 | steps: |
323 | 323 | - name: Checkout Repo |
324 | 324 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
|
0 commit comments