From 3704b39e9a227418b91f46f375e97db19b217244 Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 19 Dec 2023 20:27:08 +0100 Subject: [PATCH] Fix go in gitpod (#2973) --- .gitpod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index ab94af26c..4bbeb2c61 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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