From 2b3a830baa8aa54f6adf762ea7101698f45ef3df Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 23 Oct 2023 08:36:39 -0400 Subject: [PATCH] go.yml: test on go1.21 Signed-off-by: Vincent Batts --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 94f114c..fc3157a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.17', '1.18', '1.19', '1.20'] + go: ['1.17', '1.18', '1.19', '1.20', '1.21'] name: Documentation and Linting steps: