From 2d9b32074d8f0b309eb318fc1daab326c35cef0b Mon Sep 17 00:00:00 2001 From: Jared Harper <129781402+swi-jared@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:31:43 -0700 Subject: [PATCH] Update .github/workflows/test.yaml Co-authored-by: Tammy Baylis <96076570+tammy-baylis-swi@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5f146c4e..719ea546 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goversion: ['1.22', '1.21'] + goversion: ['1.21', '1.22'] name: Go ${{ matrix.goversion }} tests env: SW_APM_DEBUG_LEVEL: 1