File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments