Skip to content

Commit

Permalink
Merge pull request #283 from knative-automation/auto-updates/common-a…
Browse files Browse the repository at this point in the history
…ctions

[Automated] Update actions
  • Loading branch information
imjasonh committed Dec 24, 2020
2 parents 0bfb6b0 + 4f05ece commit 5b7eaf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/knative-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:

- name: Install Dependencies
run: |
go get github.com/google/ko/cmd/ko
curl -L https://github.com/google/ko/releases/download/v0.6.0/ko_0.6.0_Linux_x86_64.tar.gz | tar xzf - ko
chmod +x ./ko
sudo mv ko /usr/local/bin
go get github.com/google/go-licenses
- name: Check out code onto GOPATH
Expand Down

0 comments on commit 5b7eaf7

Please sign in to comment.