File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 6868
6969 - name : Install Dependencies
7070 run : |
71- curl -L https://github.com/google/ko/releases/download/v0.7.0/ko_0.7.0_Linux_x86_64.tar.gz | tar xzf - ko
72- chmod +x ./ko
71+ curl -L https://github.com/google/ko/releases/download/v0.9.1/ko_0.9.1_Linux_x86_64.tar.gz | tar xzf - ko
7372 sudo mv ko /usr/local/bin
7473
7574 - name : Check out code onto GOPATH
Original file line number Diff line number Diff line change 7575
7676 - name : Install Dependencies
7777 run : |
78- curl -L https://github.com/google/ko/releases/download/v0.7.0/ko_0.7.0_Linux_x86_64.tar.gz | tar xzf - ko
79- chmod +x ./ko
78+ curl -L https://github.com/google/ko/releases/download/v0.9.1/ko_0.9.1_Linux_x86_64.tar.gz | tar xzf - ko
8079 sudo mv ko /usr/local/bin
8180
8281 - name : Check out code onto GOPATH
Original file line number Diff line number Diff line change 6969
7070 - name : Install Dependencies
7171 run : |
72- curl -L https://github.com/google/ko/releases/download/v0.7.0/ko_0.7.0_Linux_x86_64.tar.gz | tar xzf - ko
73- chmod +x ./ko
72+ curl -L https://github.com/google/ko/releases/download/v0.9.1/ko_0.9.1_Linux_x86_64.tar.gz | tar xzf - ko
7473 sudo mv ko /usr/local/bin
7574
7675 - name : Check out code onto GOPATH
You can’t perform that action at this time.
0 commit comments