From 76e2c39cf776d9185fbbb3b828b7075396cd713c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 May 2022 20:59:31 +0000 Subject: [PATCH] Update actions/setup-go action to v3 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 88cbdbc..bed751f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.17.x - name: Check out code into the Go module directory