From 45fc9992109c5b5e14fa111f1327cba5ec73748e Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 24 Mar 2023 19:06:56 -0400 Subject: [PATCH] workflows: switch to setup-go v4 Cache dependencies and build outputs by default. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ac7ef8af..10c85ff2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go 1.x - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} - name: Check out repository