Update go.yml

Trying a fix for the go 1.22 version error
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index c1f0c10..31b7a94 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -22,7 +22,7 @@
     - name: Set up Go
       uses: actions/setup-go@v2
       with:
-        go-version: 1.21
+        go-version: 1.22
 
     - name: Build go
       run: go build -mod=mod -v ./...