From caee14fee455fd2f7524d24ff4ea09db8b93ccb5 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 4 Apr 2024 17:08:47 -0400 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 29d912c..396d00d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.22.x', '1.23.x' ] + go-version: ['1.22.2'] steps: - uses: actions/checkout@v4