From 2fa0a410df5a27107df0ed2cbfd06ceed1f2d1d7 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Wed, 5 Feb 2025 22:14:16 -0800 Subject: [PATCH] bump action versions to try and fix failing test --- .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 b102dfad..70750556 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,13 +16,13 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: setup go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} id: go - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: test run: |