From 116a183e3d09040b7bfb7bc645d7c241e7382cb7 Mon Sep 17 00:00:00 2001 From: Viktoras Makauskas Date: Thu, 8 Feb 2024 14:29:30 +0200 Subject: [PATCH] update pipeline to test on current ant previous versions --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0be67713..ac51effd 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ macos-latest, ubuntu-latest] - go_vers: ['1.21'] + go_vers: ['1.21', '1.22'] steps: - uses: actions/checkout@v2 with: