Skip to content

Commit

Permalink
Add setup-go step to helm chart publish job
Browse files Browse the repository at this point in the history
#1362 introduced the `setup-go` command
in the befinning of a lot of our jobs. This was missed in the helm chart publish job.
  • Loading branch information
JAORMX committed Nov 1, 2023
1 parent 801e713 commit 2cf4d3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chart-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'

- uses: ko-build/setup-ko@v0.6

- uses: azure/setup-helm@v3
Expand Down

0 comments on commit 2cf4d3c

Please sign in to comment.