From d4708e8d5919b52116feac116962bee94cb09b1b Mon Sep 17 00:00:00 2001 From: David Finkel Date: Mon, 29 Jan 2024 13:14:39 -0500 Subject: [PATCH] actions: add go 1.21 to testing set (we'll add 1.22 once it's released) --- .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 f795e0d..d8a7e69 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - goversion: [1.19, "1.20"] + goversion: [1.19, "1.20", "1.21"] steps: - name: Set up Go ${{matrix.goversion}} on ${{matrix.os}} uses: actions/setup-go@v3