From 3284f4739d3d0378b3ce4833996036c1ed0d6517 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Thu, 7 May 2026 20:47:12 -0600 Subject: [PATCH] go version missmatch --- .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 5b794cb..37d9d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.26.0" + go-version: "1.26.x" - name: Run Style run: test -z $(go fmt ./...)