From 68da17b6e53fb09b86f7e04f015bc8327d469eae Mon Sep 17 00:00:00 2001 From: Jonathan Schweder Date: Fri, 26 Apr 2024 10:28:41 +0100 Subject: [PATCH] Removing tests run for Go 1.20.x As stated in README, only the last 2 versions of Go are supported --- .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 4992bae..aee83ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.20.x, 1.21.x, 1.22.x] + go-version: [1.21.x, 1.22.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: