From 12a105070453fd8adfa009bb57bef1c225c93aff Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 29 Sep 2022 00:04:14 +0200 Subject: [PATCH] fix go image --- build/bot/Dockerfile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bot/Dockerfile.linux b/build/bot/Dockerfile.linux index 8e566d3cfb..2ca3c18853 100644 --- a/build/bot/Dockerfile.linux +++ b/build/bot/Dockerfile.linux @@ -1,4 +1,4 @@ -FROM golang:v1.19.1 +FROM golang:1.19.1 # The repo checkout is mounted to /source. WORKDIR /source