Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko committed Dec 3, 2024
1 parent cbb3998 commit 66560e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.20'

- name: Install Helmify
run: |
Expand Down

0 comments on commit 66560e4

Please # to comment.