From 0dd79cb6f9cfda29f630f9fa28e000d10348c71b Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Tue, 22 Mar 2022 07:26:00 +0100 Subject: [PATCH] chore(build): add go 1.18 to matrix build (#166) * chore(build): add go 1.18 to matrix build * add 1.18 * Update README.md * Update release.yml --- .github/workflows/release.yml | 2 +- README.md | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c404ba3..c163975 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - go: ['1.14', '1.15', '1.16', '1.17'] + go: ['1.15', '1.16', '1.17', '1.18'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index cbf680e..e841dad 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,16 @@ For your convenience you can find the relevant standards linked below. ## Supported Go Versions +For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). +Versions that also build are marked with :warning:. + | Version | Supported | |---------|--------------------| -| <1.13 | :x: | -| 1.14 | :white_check_mark: | -| 1.15 | :white_check_mark: | -| 1.16 | :white_check_mark: | +| <1.15 | :x: | +| 1.15 | :warning: | +| 1.16 | :warning: | | 1.17 | :white_check_mark: | +| 1.18 | :white_check_mark: | ## Why another library