Skip to content

Commit 66afd5b

Browse files
committed
add go 1.19 for goreleaser
1 parent 4065652 commit 66afd5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ jobs:
118118
kustomize build ./config/manager | yq e '.spec.template.spec.containers[0].env[1].value="ghcr.io/weaveworks/tf-runner:${{ steps.prep.outputs.VERSION }}"' - > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
119119
kustomize build ./config/package > ./config/release/${{ env.CONTROLLER }}.packages.yaml
120120
echo '[CHANGELOG](https://github.com/weaveworks/${{ env.CONTROLLER }}/blob/main/CHANGELOG.md)' > ./config/release/notes.md
121+
- name: Setup Go
122+
uses: actions/setup-go@v2
123+
with:
124+
go-version: 1.19.X
121125
- name: Create release
122126
if: startsWith(github.ref, 'refs/tags/v')
123127
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)