We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7c161 commit 6e75d89Copy full SHA for 6e75d89
1 file changed
.github/workflows/ci.yaml
@@ -98,7 +98,7 @@ jobs:
98
go-version: 1.17
99
- name: Install kpt
100
run: |
101
- go install github.com/GoogleContainerTools/kpt@main
+ go install github.com/GoogleContainerTools/kpt@v1.0.0-beta.17
102
- name: Build node and Go docker images
103
if: matrix.platform == 'ubuntu-latest'
104
0 commit comments