From c8efdac23ad72f8a07d9c30c5f0b849fc60f8ccf Mon Sep 17 00:00:00 2001 From: TwiN Date: Fri, 15 Apr 2022 14:32:44 -0400 Subject: [PATCH] chore(ci): Update actions/setup-go to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2baa85f3..6185bd64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 5 steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.18 - name: Check out code into the Go module directory