Skip to content

Commit 10c2841

Browse files
authored
Update tilt to v0.36.3 (#2506)
Need to update the docker API version in the CI Signed-off-by: Todd Short <tshort@redhat.com>
1 parent 04899a2 commit 10c2841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tilt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version-file: "operator-controller/go.mod"
2727
- name: Install Tilt
2828
run: |
29-
TILT_VERSION="0.33.3"
29+
TILT_VERSION="0.36.3"
3030
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
3131
tar -xzv -C /usr/local/bin tilt
3232
- name: Set up kind

0 commit comments

Comments
 (0)