Skip to content

Commit

Permalink
tilt ci: use Go version from go.mod (operator-framework#1402)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford authored Oct 22, 2024
1 parent b60477e commit 6f42274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
repository: operator-framework/catalogd
path: catalogd
ref: "${{ steps.get-catalogd-version.outputs.CATALOGD_VERSION }}"
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: "operator-controller/go.mod"
- name: Install Tilt
run: |
TILT_VERSION="0.33.3"
Expand Down

0 comments on commit 6f42274

Please sign in to comment.