Skip to content

Commit

Permalink
Fix chart release on GH
Browse files Browse the repository at this point in the history
Signed-off-by: ccremer <[email protected]>
  • Loading branch information
ccremer committed Sep 15, 2022
1 parent 83b9209 commit 2f72d6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
with:
fetch-depth: '0'

- name: Determine Go version from go.mod
run: echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV

- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 2f72d6d

Please sign in to comment.