From fb4c5b60745a2c3ce986f1d4f69aa1599316f8ea Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Fri, 22 Mar 2024 21:16:19 -0400 Subject: [PATCH] .github/workflows/go.yml - Test with Go 1.22.x (#209) Test with Go 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 a2f074e..11904d5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: 1.20.x + go-version: 1.22.x - name: go.mod tidy run: go mod tidy && git diff --exit-code @@ -33,7 +33,7 @@ jobs: strategy: matrix: go: - - 1.20.x + - 1.22.x - 1.18.x os: - macos-11