From 2982c5cd7f0df7e1fc742be1c9647b4a93a4b69f Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Sun, 23 Jun 2024 11:24:29 -0400 Subject: [PATCH] Update test matrix to latest 3 Go versions --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b2b5d29..c4b41d8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,9 +16,9 @@ jobs: fail-fast: false matrix: go: - - '1.19' - - '1.18' - - '1.17' + - '1.22' + - '1.21' + - '1.20' steps: - uses: actions/checkout@v3