From 0e7949b1a08f992018e9d3da2469d70a4b56d48c Mon Sep 17 00:00:00 2001 From: Livio Spring Date: Mon, 8 Aug 2022 15:02:36 +0200 Subject: [PATCH] chore: add go 1.19 to matrix build (#202) * chore: add go 1.19 to matrix build * try rc2 * use rc * remove rc and update readme * update ubuntu version --- .github/workflows/release.yml | 6 +++--- README.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2496a7c..d95a3c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ on: jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: matrix: - go: ['1.15', '1.16', '1.17', '1.18'] + go: ['1.15', '1.16', '1.17', '1.18', '1.19'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: file: ./profile.cov name: codecov-go release: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 needs: [test] if: ${{ github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }} env: diff --git a/README.md b/README.md index 872b9b6..4d32cc3 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,9 @@ Versions that also build are marked with :warning:. | <1.15 | :x: | | 1.15 | :warning: | | 1.16 | :warning: | -| 1.17 | :white_check_mark: | +| 1.17 | :warning: | | 1.18 | :white_check_mark: | +| 1.19 | :white_check_mark: | ## Why another library