File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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.2.21 /leeway_0.2.21_Linux_x86_64 .tar.gz | sudo tar xz
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
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.2.21 /leeway_0.2.21_Linux_x86_64 .tar.gz | tar xz
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
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
You can’t perform that action at this time.
0 commit comments