From 01a1b7821d5b1f66e7e958f52bc6403fc819759a Mon Sep 17 00:00:00 2001 From: jub0bs Date: Thu, 5 Sep 2024 15:10:50 +0200 Subject: [PATCH] update actions/setup-go in GitHub Action --- .github/workflows/cors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cors.yml b/.github/workflows/cors.yml index 171760a..e711a3a 100644 --- a/.github/workflows/cors.yml +++ b/.github/workflows/cors.yml @@ -12,7 +12,7 @@ jobs: - name: Check out Source uses: actions/checkout@v4 - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} cache: true @@ -44,7 +44,7 @@ jobs: with: path: new - name: Set up Go ${{ matrix.go-version }} - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} - name: Install benchstat