From f4446b41f95f3bcfe9aef61fa244ce0015c22bef Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Mon, 15 Jul 2024 13:14:50 +0200 Subject: [PATCH] chore: update readme and workflow to require go 1.21 (#356) --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4ed4ad8..312ca973 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - go: ['1.20', '1.21'] + go: ['1.21', '1.22'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 2c049bbc..c60df0d3 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Versions that also build are marked with :warning:. | Version | Supported | |---------|--------------------| -| <1.20 | :x: | -| 1.20 | :white_check_mark: | +| <1.21 | :x: | | 1.21 | :white_check_mark: | +| 1.22 | :white_check_mark: | ## License