mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-23 12:14:08 +00:00
Fix go in gitpod (#2973)
This commit is contained in:
parent
a28e2e1920
commit
3704b39e9a
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ tasks:
|
||||||
WOODPECKER_DEV_WWW_PROXY: http://localhost:8010
|
WOODPECKER_DEV_WWW_PROXY: http://localhost:8010
|
||||||
WOODPECKER_BACKEND_DOCKER_NETWORK: ci_default
|
WOODPECKER_BACKEND_DOCKER_NETWORK: ci_default
|
||||||
init: |
|
init: |
|
||||||
GO_VERSION=1.20
|
GO_VERSION=1.21.5
|
||||||
|
rm -rf ~/go
|
||||||
curl -fsSL https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz | tar xzs -C ~/
|
curl -fsSL https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz | tar xzs -C ~/
|
||||||
go mod tidy
|
go mod tidy
|
||||||
mkdir -p web/dist
|
mkdir -p web/dist
|
||||||
|
|
Loading…
Reference in a new issue