From 10a33385c5b131f72c4a179c6efadfeb55e13089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Thu, 8 Aug 2024 16:34:53 +0200 Subject: [PATCH] chore: test new go versions (#177) * chore: test new go versions * Apply same versions to build on main --- .github/workflows/build-prs.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-prs.yml b/.github/workflows/build-prs.yml index 64bb9e1..9d07301 100644 --- a/.github/workflows/build-prs.yml +++ b/.github/workflows/build-prs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [1.13, 1.15, 1.16] + version: [1.13, 1.15, 1.16, 1.17, 1.18, 1.19, "1.20", 1.21, 1.22] steps: - uses: actions/checkout@v2 name: Checkout code diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d6eb8c..8858aa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [1.13, 1.15, 1.16] + version: [1.13, 1.15, 1.16, 1.17, 1.18, 1.19, "1.20", 1.21, 1.22] steps: - uses: actions/checkout@v4 name: Checkout code