Update common github actions (#3119)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-01-04 07:51:31 -08:00 committed by GitHub
parent ebbf6c7f18
commit 7a2fa24f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -36,8 +36,8 @@ jobs:
env:
#########################################
# Update this section each release. #
RELEASE: 'v0.19'
SLACK_CHANNEL: 'release-19'
RELEASE: 'v0.20'
SLACK_CHANNEL: 'release-20'
#########################################
steps:

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