Skip to content

Commit 746549a

Browse files
hotfix: use go 1.18.1 for release
1 parent f60e638 commit 746549a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10+
GO_VERSION: 1.18.1
1011

1112
jobs:
1213
release:
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout
1617
uses: actions/checkout@v3
18+
- uses: actions/setup-go@v3
19+
with:
20+
go-version: ${{ env.GO_VERSION }}
21+
check-latest: true
1722
- name: Generate operator hub bundle
1823
run: make bundle
1924
- name: Generate release artifacts

0 commit comments

Comments
 (0)