Skip to content

Commit 2cb2dad

Browse files
mustard-mhroboquat
authored andcommitted
Update code nightly action
1 parent 7cc1647 commit 2cb2dad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/code-nightly.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- uses: actions/setup-go@v2
15+
with:
16+
go-version: '1.17.3'
1417
- name: Download leeway
1518
run: cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.2.16/leeway_0.2.16_Linux_x86_64.tar.gz | sudo tar xz
19+
- name: Download golangci-lint
20+
run: cd /usr/local && curl -fsSL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.42.0
21+
- name: Download GoKart
22+
run: cd /usr/local/bin && curl -L https://github.com/praetorian-inc/gokart/releases/download/v0.3.0/gokart_0.3.0_linux_x86_64.tar.gz | tar xzv gokart
1623
- name: Auth Google Cloud SDK
1724
uses: google-github-actions/auth@v0
1825
with:

0 commit comments

Comments
 (0)