We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60e638 commit 746549aCopy full SHA for 746549a
.github/workflows/release.yaml
@@ -7,13 +7,18 @@ on:
7
8
env:
9
REGISTRY: ghcr.io
10
+ GO_VERSION: 1.18.1
11
12
jobs:
13
release:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v3
18
+ - uses: actions/setup-go@v3
19
+ with:
20
+ go-version: ${{ env.GO_VERSION }}
21
+ check-latest: true
22
- name: Generate operator hub bundle
23
run: make bundle
24
- name: Generate release artifacts
0 commit comments