Skip to content

Commit

Permalink
rebase: use go 1.18 in tag-release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshith R <rar@redhat.com>
  • Loading branch information
Rakshith-R authored and mergify[bot] committed Aug 30, 2022
1 parent 6924f83 commit 5298204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3

- name: Install Go 1.17
- name: Install Go 1.18
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.18'

- name: Generate manifests for installation by kubectl
run: make manifests TAG=${{ github.ref_name }}
Expand Down

0 comments on commit 5298204

Please sign in to comment.