From 37db579ea6b35e86367f50423976d34a1572723e Mon Sep 17 00:00:00 2001 From: nronzel <86695181+nronzel@users.noreply.github.com> Date: Sat, 10 Feb 2024 10:29:45 -0500 Subject: [PATCH] update go version, attempt #2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 292f317..6764459 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.22.0" + go-version: 'stable' - name: Run Tests run: go test ./... -cover