Skip to content

Commit

Permalink
Fix go in gitpod (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass authored Dec 19, 2023
1 parent a28e2e1 commit 3704b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3704b39

Please sign in to comment.