diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49016bb..e5ca513 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - go: ['1.14', '1.15'] + go: ['1.14', '1.15', '1.16'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 871b03d..41c5d85 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ For your convinience you can find the relevant standards linked below. | <1.13 | :x: | | 1.14 | :white_check_mark: | | 1.15 | :white_check_mark: | +| 1.16 | :white_check_mark: | ## Why another library