mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
Fix go in gitpod (#2973)
This commit is contained in:
parent
a28e2e1920
commit
3704b39e9a
@ -9,7 +9,8 @@ tasks:
|
||||
WOODPECKER_DEV_WWW_PROXY: http://localhost:8010
|
||||
WOODPECKER_BACKEND_DOCKER_NETWORK: ci_default
|
||||
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 ~/
|
||||
go mod tidy
|
||||
mkdir -p web/dist
|
||||
|
Loading…
Reference in New Issue
Block a user