From 5d7843bc5969684a58124f1deba3b79035647f13 Mon Sep 17 00:00:00 2001 From: Drew Gonzales Date: Tue, 2 Jul 2024 11:38:17 -0700 Subject: [PATCH] update version in ci --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 396ce72..d3effca 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,6 +11,6 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.21 + go-version: 1.22 - name: Check Build and fmt run: ./.githooks/pre-push