Skip to content

Commit 737cc09

Browse files
committed
ci
1 parent 1e284d6 commit 737cc09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v2
60+
61+
- name: Install Go
62+
uses: actions/setup-go@v2
63+
with:
64+
go-version: '1.19'
6065

6166
- name: Install Helmify
6267
run: |

0 commit comments

Comments
 (0)