From f5d8218edbd42aedbc0c7f9a5fae884498def6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Thu, 14 Sep 2023 00:02:37 +0200 Subject: [PATCH] ci: adds newest golang versions --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 4466007..ddd9f35 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - go: ["1.13", "1.14", "1.15", "1.16", "1.17"] + go: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21"] steps: # Set fetch-depth: 0 to fetch commit history and tags for use in version calculation - name: Check out code