From c7a064fbc3e13c8b3527705a6824e45b3bd174ae Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Sun, 3 Sep 2023 16:24:43 -0400 Subject: [PATCH] Update supported Go range to 1.19 - 1.21 Previous supported range was 1.18 - 1.20. Signed-off-by: Brandon Mitchell --- .github/workflows/docs-and-linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-and-linting.yml b/.github/workflows/docs-and-linting.yml index 248791c0..b5fd1d65 100644 --- a/.github/workflows/docs-and-linting.yml +++ b/.github/workflows/docs-and-linting.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.18', '1.19', '1.20'] + go: ['1.19', '1.20', '1.21'] name: Documentation and Linting steps: