go version missmatch

This commit is contained in:
2026-05-07 20:47:12 -06:00
parent 1a82c25118
commit 3284f4739d
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.26.0" go-version: "1.26.x"
- name: Run Style - name: Run Style
run: test -z $(go fmt ./...) run: test -z $(go fmt ./...)