From 3789f6994b4982f58110a8f26be440c03e863dd8 Mon Sep 17 00:00:00 2001 From: Boris Staletic Date: Thu, 15 Aug 2024 20:23:06 +0200 Subject: [PATCH] Update setup-go action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9377bd7150..bdefe01963 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Install Go if: matrix.benchmark == false - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable cache: false @@ -250,7 +250,7 @@ jobs: architecture: ${{ matrix.python-arch }} - name: Install Go if: matrix.benchmark == false - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable cache: false