|
10 | 10 | lint: |
11 | 11 | runs-on: ubuntu-20.04 |
12 | 12 | container: |
13 | | - image: quay.io/cortexproject/build-image:build-image-multiarch-1d2497ff6 |
| 13 | + image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
14 | 14 | steps: |
15 | 15 | - name: Checkout Repo |
16 | 16 | uses: actions/checkout@v2 |
|
34 | 34 | test: |
35 | 35 | runs-on: ubuntu-20.04 |
36 | 36 | container: |
37 | | - image: quay.io/cortexproject/build-image:build-image-multiarch-1d2497ff6 |
| 37 | + image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
38 | 38 | services: |
39 | 39 | cassandra: |
40 | 40 | image: cassandra:3.11 |
|
55 | 55 | build: |
56 | 56 | runs-on: ubuntu-20.04 |
57 | 57 | container: |
58 | | - image: quay.io/cortexproject/build-image:build-image-multiarch-1d2497ff6 |
| 58 | + image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
59 | 59 | steps: |
60 | 60 | - name: Checkout Repo |
61 | 61 | uses: actions/checkout@v2 |
|
98 | 98 | - name: Upgrade golang |
99 | 99 | run: | |
100 | 100 | cd /tmp |
101 | | - wget https://dl.google.com/go/go1.16.3.linux-amd64.tar.gz |
102 | | - tar -zxvf go1.16.3.linux-amd64.tar.gz |
| 101 | + wget https://dl.google.com/go/go1.16.6.linux-amd64.tar.gz |
| 102 | + tar -zxvf go1.16.6.linux-amd64.tar.gz |
103 | 103 | sudo rm -fr /usr/local/go |
104 | 104 | sudo mv /tmp/go /usr/local/go |
105 | 105 | cd - |
@@ -174,14 +174,14 @@ jobs: |
174 | 174 | run: | |
175 | 175 | touch build-image/.uptodate |
176 | 176 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations |
177 | | - make BUILD_IMAGE=quay.io/cortexproject/build-image:build-image-multiarch-1d2497ff6 TTY='' configs-integration-test |
| 177 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f TTY='' configs-integration-test |
178 | 178 |
|
179 | 179 | deploy_website: |
180 | 180 | needs: [build, test] |
181 | 181 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
182 | 182 | runs-on: ubuntu-20.04 |
183 | 183 | container: |
184 | | - image: quay.io/cortexproject/build-image:build-image-multiarch-1d2497ff6 |
| 184 | + image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
185 | 185 | steps: |
186 | 186 | - name: Checkout Repo |
187 | 187 | uses: actions/checkout@v2 |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' |
219 | 219 | runs-on: ubuntu-20.04 |
220 | 220 | container: |
221 | | - image: quay.io/cortexproject/build-image:build-image-multiarch-1d2497ff6 |
| 221 | + image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
222 | 222 | steps: |
223 | 223 | - name: Checkout Repo |
224 | 224 | uses: actions/checkout@v2 |
|
0 commit comments