|
10 | 10 | lint:
|
11 | 11 | runs-on: ubuntu-20.04
|
12 | 12 | container:
|
13 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 13 | + image: quay.io/cortexproject/build-image:release-1.11-go-1-16-15-ebfea1212 |
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:20210713_update-go-1.16.6-178ab0c4f |
| 37 | + image: quay.io/cortexproject/build-image:release-1.11-go-1-16-15-ebfea1212 |
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:20210713_update-go-1.16.6-178ab0c4f |
| 58 | + image: quay.io/cortexproject/build-image:release-1.11-go-1-16-15-ebfea1212 |
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.6.linux-amd64.tar.gz |
102 |
| - tar -zxvf go1.16.6.linux-amd64.tar.gz |
| 101 | + wget https://dl.google.com/go/go1.16.15.linux-amd64.tar.gz |
| 102 | + tar -zxvf go1.16.15.linux-amd64.tar.gz |
103 | 103 | sudo rm -fr /usr/local/go
|
104 | 104 | sudo mv /tmp/go /usr/local/go
|
105 | 105 | cd -
|
@@ -175,14 +175,14 @@ jobs:
|
175 | 175 | run: |
|
176 | 176 | touch build-image/.uptodate
|
177 | 177 | MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations
|
178 |
| - make BUILD_IMAGE=quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f TTY='' configs-integration-test |
| 178 | + make BUILD_IMAGE=quay.io/cortexproject/build-image:release-1.11-go-1-16-15-ebfea1212 TTY='' configs-integration-test |
179 | 179 |
|
180 | 180 | deploy_website:
|
181 | 181 | needs: [build, test]
|
182 | 182 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
183 | 183 | runs-on: ubuntu-20.04
|
184 | 184 | container:
|
185 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 185 | + image: quay.io/cortexproject/build-image:release-1.11-go-1-16-15-ebfea1212 |
186 | 186 | steps:
|
187 | 187 | - name: Checkout Repo
|
188 | 188 | uses: actions/checkout@v2
|
@@ -219,7 +219,7 @@ jobs:
|
219 | 219 | if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
|
220 | 220 | runs-on: ubuntu-20.04
|
221 | 221 | container:
|
222 |
| - image: quay.io/cortexproject/build-image:20210713_update-go-1.16.6-178ab0c4f |
| 222 | + image: quay.io/cortexproject/build-image:release-1.11-go-1-16-15-ebfea1212 |
223 | 223 | steps:
|
224 | 224 | - name: Checkout Repo
|
225 | 225 | uses: actions/checkout@v2
|
|
0 commit comments