|
20 | 20 | lint: |
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | container: |
23 | | - image: grafana/mimir-build-image:goupdate-751733fe1 |
| 23 | + image: grafana/mimir-build-image:chore-upgrade-go-1203-5c4c29f01 |
24 | 24 | steps: |
25 | 25 | - name: Check out repository |
26 | 26 | uses: actions/checkout@v3 |
|
64 | 64 | lint-jsonnet: |
65 | 65 | runs-on: ubuntu-latest |
66 | 66 | container: |
67 | | - image: grafana/mimir-build-image:goupdate-72d66708c |
| 67 | + image: grafana/mimir-build-image:chore-upgrade-go-1203-5c4c29f01 |
68 | 68 | steps: |
69 | 69 | - name: Check out repository |
70 | 70 | uses: actions/checkout@v3 |
|
90 | 90 | lint-helm: |
91 | 91 | runs-on: ubuntu-latest |
92 | 92 | container: |
93 | | - image: grafana/mimir-build-image:goupdate-751733fe1 |
| 93 | + image: grafana/mimir-build-image:chore-upgrade-go-1203-5c4c29f01 |
94 | 94 | steps: |
95 | 95 | - name: Check out repository |
96 | 96 | uses: actions/checkout@v3 |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | test_group_id: [0, 1, 2, 3] |
120 | 120 | test_group_total: [4] |
121 | 121 | container: |
122 | | - image: grafana/mimir-build-image:goupdate-751733fe1 |
| 122 | + image: grafana/mimir-build-image:chore-upgrade-go-1203-5c4c29f01 |
123 | 123 | steps: |
124 | 124 | - name: Check out repository |
125 | 125 | uses: actions/checkout@v3 |
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | build: |
155 | 155 | runs-on: ubuntu-latest |
156 | 156 | container: |
157 | | - image: grafana/mimir-build-image:goupdate-751733fe1 |
| 157 | + image: grafana/mimir-build-image:chore-upgrade-go-1203-5c4c29f01 |
158 | 158 | steps: |
159 | 159 | - name: Check out repository |
160 | 160 | uses: actions/checkout@v3 |
@@ -198,7 +198,7 @@ jobs: |
198 | 198 | - name: Upgrade golang |
199 | 199 | uses: actions/setup-go@v3 |
200 | 200 | with: |
201 | | - go-version: 1.20.1 |
| 201 | + go-version: 1.20.3 |
202 | 202 | - name: Check out repository |
203 | 203 | uses: actions/checkout@v3 |
204 | 204 | - name: Run Git Config |
@@ -244,7 +244,7 @@ jobs: |
244 | 244 | if: (startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/r') ) && github.event_name == 'push' && github.repository == 'grafana/mimir' |
245 | 245 | runs-on: ubuntu-latest |
246 | 246 | container: |
247 | | - image: grafana/mimir-build-image:goupdate-751733fe1 |
| 247 | + image: grafana/mimir-build-image:chore-upgrade-go-1203-5c4c29f01 |
248 | 248 | steps: |
249 | 249 | - name: Check out repository |
250 | 250 | uses: actions/checkout@v3 |
|
0 commit comments