From babec80d606519e423bb0ca9136a22c9d467f242 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 5 May 2024 09:42:25 +0200 Subject: [PATCH] Update Go used in GitHub workflow to 1.22. --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7a69820..c1be4fd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.21 + - name: Set up Go 1.22 uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 id: go - name: Check out code into the Go module directory