Update common github actions (#410)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2020-12-23 17:59:04 -08:00 committed by GitHub
parent 09cf8be5d2
commit 4e93c8a3ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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