Skip to content

Commit f7a67c0

Browse files
committed
Bump go version
1 parent aef25fa commit f7a67c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/rootfs/setup-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# same Go version during development as we do in CI - which allows us to
1010
# reuse the leeway cache
1111
#
12-
GO_VERSION=1.22.2
12+
GO_VERSION=1.23.1
1313
GOPATH=/home/runner/go-packages
1414
GOROOT=/home/runner/go
1515
PATH=$GOROOT/bin:$GOPATH/bin:$PATH

0 commit comments

Comments
 (0)