From 2fabda1f76dd1dc5d266e4f3af4d8963737ef749 Mon Sep 17 00:00:00 2001 From: Aleksey Mayshev Date: Tue, 12 Mar 2024 20:31:07 +0300 Subject: [PATCH] [Chore] Enable tests in CI for Go1.22 --- .github/workflows/test-32-bit.yml | 2 +- .github/workflows/test-windows.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-32-bit.yml b/.github/workflows/test-32-bit.yml index 7e02cdf..7ae184f 100644 --- a/.github/workflows/test-32-bit.yml +++ b/.github/workflows/test-32-bit.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.19.x, 1.20.x, 1.21.x ] + go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ] runs-on: ubuntu-latest diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 323cfaf..214ba7c 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -6,7 +6,7 @@ jobs: test-windows: strategy: matrix: - go-version: [ 1.19.x, 1.20.x, 1.21.x ] + go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ] runs-on: windows-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4cbcc1e..9a51a52 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.19.x, 1.20.x, 1.21.x ] + go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x ] runs-on: ubuntu-latest