Skip to content

Commit a382805

Browse files
Merge pull request #11 from gitpod-io/mads/ENG-777-add-note-about-version-bumps
Add note about Go version bumps
2 parents 929ff8b + e7eefd6 commit a382805

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vm/rootfs/setup-runner.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
set -e
44

55
# go
6+
#
7+
# If you're updating this version, please also update the version in
8+
# gitpod-io/gitpod-dedicated as well as this ensures that we use the
9+
# same Go version during development as we do in CI - which allows us to
10+
# reuse the leeway cache
11+
#
612
GO_VERSION=1.21.4
713
GOPATH=/home/runner/go-packages
814
GOROOT=/home/runner/go

0 commit comments

Comments
 (0)