Skip to content

Commit 480cfeb

Browse files
authored
use Go version from go.mod (#442)
Signed-off-by: Joe Lanford <[email protected]>
1 parent d8dc9e7 commit 480cfeb

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
@@ -22,6 +22,10 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
path: catalogd
25+
- name: Install Go
26+
uses: actions/setup-go@v5
27+
with:
28+
go-version-file: "catalogd/go.mod"
2529
- name: Install Tilt
2630
run: |
2731
TILT_VERSION="0.33.3"

0 commit comments

Comments
 (0)