Skip to content

Commit b452e8e

Browse files
heschigopherbot
authored andcommitted
cmd/buildlet: build with Go 1.20
One of the ports requires 1.20 and I don't think there's any harm in upgrading. 1.21 might be tricky if it really breaks Windows 2008, though, since we'll still have to support it until 1.20 ages out. Change-Id: I0592a0ec9ea5008f9bd19f7bd0990967df43849b Reviewed-on: https://go-review.googlesource.com/c/build/+/495937 Reviewed-by: Carlos Amedee <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> Auto-Submit: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 34e7844 commit b452e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/buildlet/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# - upload.linux-amd64: build buildlet for linux-amd64 and upload to prod
1212
# - dev-upload.linux-amd64: build buildlet for linux-amd64 and upload to dev cluster
1313

14-
GO=go1.19
14+
GO=go1.20
1515

1616
ALL=\
1717
buildlet.aix-ppc64 \

0 commit comments

Comments
 (0)