From 5575d272decdca173d427c149e252398f874f980 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Sun, 5 Nov 2023 19:10:02 +0100 Subject: [PATCH] add support to go 1.21.x into test.yml (#1642) * Update test.yml add go 1.21.x into matrix go-version * Drop support of go1.17 in test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5d29b8..11829a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: