From d086748e49c549adf479c74b6aa4816ced279da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Soul=C3=A9?= Date: Sat, 4 Jul 2026 12:09:04 +0200 Subject: [PATCH] test: update install-go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since rate limiting policies of google & github APIs are stricter. Signed-off-by: Maxime Soulé --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f07492..b915be9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Setup go run: | - curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.7/install-go.pl | + curl -sL https://raw.githubusercontent.com/maxatome/install-go/v3.8/install-go.pl | perl - ${{ matrix.go-version }} $HOME/go - name: Checkout code