From 4ffa3ed2940b122cf5191746edeb30e177ea9820 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Fri, 29 Sep 2023 10:38:56 -0700 Subject: [PATCH] Build binaries with 1.21.1 1.19 is end of life, continue to run with 1.20 but ensure builds with 1.21. Signed-off-by: Derek McGowan --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a467a7e8a..ab976771c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-12, windows-2019, windows-2022] - go-version: ["1.20.8", "1.19.12"] + go-version: ["1.20.8", "1.21.1"] steps: - uses: actions/setup-go@v3 with: