Skip to content

Commit 7a2fa24

Browse files
Update common github actions (#3119)
Signed-off-by: Knative Automation <[email protected]>
1 parent ebbf6c7 commit 7a2fa24

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/knative-releasability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
env:
3737
#########################################
3838
# Update this section each release. #
39-
RELEASE: 'v0.19'
40-
SLACK_CHANNEL: 'release-19'
39+
RELEASE: 'v0.20'
40+
SLACK_CHANNEL: 'release-20'
4141
#########################################
4242

4343
steps:

.github/workflows/knative-verify.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545

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

0 commit comments

Comments
 (0)