Skip to content

Commit 6f42274

Browse files
authored
tilt ci: use Go version from go.mod (#1402)
Signed-off-by: Joe Lanford <[email protected]>
1 parent b60477e commit 6f42274

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tilt.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
repository: operator-framework/catalogd
3333
path: catalogd
3434
ref: "${{ steps.get-catalogd-version.outputs.CATALOGD_VERSION }}"
35+
- name: Install Go
36+
uses: actions/setup-go@v5
37+
with:
38+
go-version-file: "operator-controller/go.mod"
3539
- name: Install Tilt
3640
run: |
3741
TILT_VERSION="0.33.3"

0 commit comments

Comments
 (0)