|
11 | 11 | lint:
|
12 | 12 | runs-on: ubuntu-20.04
|
13 | 13 | container:
|
14 |
| - image: quay.io/cortexproject/build-image:feature-master-update-to-go-1.21-050c36e7b |
| 14 | + image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
15 | 15 | steps:
|
16 | 16 | - name: Checkout Repo
|
17 | 17 | uses: actions/checkout@v2
|
|
40 | 40 | test:
|
41 | 41 | runs-on: ubuntu-20.04
|
42 | 42 | container:
|
43 |
| - image: quay.io/cortexproject/build-image:feature-master-update-to-go-1.21-050c36e7b |
| 43 | + image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
44 | 44 | steps:
|
45 | 45 | - name: Checkout Repo
|
46 | 46 | uses: actions/checkout@v2
|
|
59 | 59 | build:
|
60 | 60 | runs-on: ubuntu-20.04
|
61 | 61 | container:
|
62 |
| - image: quay.io/cortexproject/build-image:feature-master-update-to-go-1.21-050c36e7b |
| 62 | + image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
63 | 63 | steps:
|
64 | 64 | - name: Checkout Repo
|
65 | 65 | uses: actions/checkout@v2
|
@@ -118,7 +118,7 @@ jobs:
|
118 | 118 | - name: Upgrade golang
|
119 | 119 | uses: actions/setup-go@v2
|
120 | 120 | with:
|
121 |
| - go-version: 1.21.0 |
| 121 | + go-version: 1.21.3 |
122 | 122 | - name: Checkout Repo
|
123 | 123 | uses: actions/checkout@v2
|
124 | 124 | - name: Install Docker Client
|
@@ -193,14 +193,14 @@ jobs:
|
193 | 193 | run: |
|
194 | 194 | touch build-image/.uptodate
|
195 | 195 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
196 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:feature-master-update-to-go-1.21-050c36e7b TTY='' configs-integration-test |
| 196 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 TTY='' configs-integration-test |
197 | 197 |
|
198 | 198 | deploy_website:
|
199 | 199 | needs: [build, test]
|
200 | 200 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
201 | 201 | runs-on: ubuntu-20.04
|
202 | 202 | container:
|
203 |
| - image: quay.io/cortexproject/build-image:feature-master-update-to-go-1.21-050c36e7b |
| 203 | + image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
204 | 204 | steps:
|
205 | 205 | - name: Checkout Repo
|
206 | 206 | uses: actions/checkout@v2
|
@@ -242,7 +242,7 @@ jobs:
|
242 | 242 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
243 | 243 | runs-on: ubuntu-20.04
|
244 | 244 | container:
|
245 |
| - image: quay.io/cortexproject/build-image:feature-master-update-to-go-1.21-050c36e7b |
| 245 | + image: quay.io/cortexproject/build-image:update-go-1.21.3-e38685e50 |
246 | 246 | steps:
|
247 | 247 | - name: Checkout Repo
|
248 | 248 | uses: actions/checkout@v2
|
|
0 commit comments