We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8cbe0 commit c3a2713Copy full SHA for c3a2713
.github/workflows/verify-examples.yml
@@ -18,6 +18,12 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
+ - name: Set up Go
22
+ uses: actions/setup-go@v2
23
+ with:
24
+ go-version: 1.17.*
25
+ id: go
26
+
27
# Skip changes not affecting examples or integration/examples
28
- name: Computes number of changes to examples
29
# can't use github.event.before as it may represent
integration/render_test.go
@@ -277,7 +277,7 @@ func TestHelmRender(t *testing.T) {
277
},
278
279
helmReleases: []latestV1.HelmRelease{{
280
- Name: "gke_loadbalancer",
+ Name: "gke-loadbalancer",
281
ChartPath: "testdata/gke_loadbalancer/loadbalancer-helm",
282
ArtifactOverrides: map[string]string{
283
"image": "gke-loadbalancer",
0 commit comments