Skip to content

Commit

Permalink
Update common github actions (#886)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Dec 24, 2020
1 parent 54efceb commit 6544cb0
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 6544cb0

Please sign in to comment.