File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 go-version : ' 1.19'
1717 - name : Download leeway
18- run : cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.3 .1/leeway_0.3 .1_Linux_x86_64.tar.gz | sudo tar xz
18+ run : cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.4 .1/leeway_0.4 .1_Linux_x86_64.tar.gz | sudo tar xz
1919 - name : Download golangci-lint
2020 run : cd /usr/local && curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0
2121 - name : Download GoKart
Original file line number Diff line number Diff line change 2424 with :
2525 go-version : ' 1.19'
2626 - name : Download leeway
27- run : cd /usr/local/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.3 .1/leeway_0.3 .1_Linux_x86_64.tar.gz | tar xz
27+ run : cd /usr/local/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.4 .1/leeway_0.4 .1_Linux_x86_64.tar.gz | tar xz
2828 - name : Download golangci-lint
2929 run : cd /usr/local && curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0
3030 - name : Download GoKart
Original file line number Diff line number Diff line change 3333 token : ${{ secrets.GITHUB_TOKEN }}
3434 - name : Download build dependency
3535 run : |
36- cd /usr/local/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.3 .1/leeway_0.3 .1_Linux_x86_64.tar.gz | sudo tar xz
36+ cd /usr/local/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.4 .1/leeway_0.4 .1_Linux_x86_64.tar.gz | sudo tar xz
3737 cd /usr/local && curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s v1.49.0
3838 cd /usr/local/bin && curl -fsSL https://github.com/praetorian-inc/gokart/releases/download/v0.4.0/gokart_0.4.0_linux_x86_64.tar.gz | sudo tar xzv gokart
3939
Original file line number Diff line number Diff line change 1818 distribution : zulu
1919 java-version : " 11"
2020 - name : Download leeway
21- run : cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.3 .1/leeway_0.3 .1_Linux_x86_64.tar.gz | sudo tar xz
21+ run : cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.4 .1/leeway_0.4 .1_Linux_x86_64.tar.gz | sudo tar xz
2222 - name : Download golangci-lint
2323 run : cd /usr/local && curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0
2424 - name : Download GoKart
You can’t perform that action at this time.
0 commit comments