From cf2f580374cbb923a87d62449ce50d7712b75fa1 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Mon, 29 Apr 2024 13:01:38 -0400 Subject: [PATCH] Bump setup-go from 4 to 5 (#1434) This PR manually bumps setup-go to version 5 since the [dependabot PR](https://github.com/uber-go/zap/pull/1393) for it seems to be having issues w/ codecov token. CI runs on newer PRs somehow do not have this issue. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5b9087b62..747149166 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} cache-dependency-path: '**/go.sum' @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 name: Check out repository - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 name: Set up Go with: go-version: 1.22.x