From e661752be3927d9c8b0c4a5b92f63cc3f869d8e0 Mon Sep 17 00:00:00 2001 From: Emilio Garcia Date: Wed, 18 Oct 2023 11:55:26 -0400 Subject: [PATCH] bump actions for setting up go --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e12881302..6bb178104 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -147,7 +147,7 @@ jobs: steps: - name: Install Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }}