We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04899a2 commit 10c2841Copy full SHA for 10c2841
1 file changed
.github/workflows/tilt.yaml
@@ -26,7 +26,7 @@ jobs:
26
go-version-file: "operator-controller/go.mod"
27
- name: Install Tilt
28
run: |
29
- TILT_VERSION="0.33.3"
+ TILT_VERSION="0.36.3"
30
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
31
tar -xzv -C /usr/local/bin tilt
32
- name: Set up kind
0 commit comments