diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 934fed6..a2ae2f8 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.11', '1.12', '1.13'] + go: ['1.11', '1.12', '1.13', '1.14'] name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@master diff --git a/README.md b/README.md index a2c6b0d..13dc520 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For your convinience you can find the relevant standards linked below. | 1.11 | :white_check_mark: | | 1.12 | :white_check_mark: | | 1.13 | :white_check_mark: | -| 1.14 | not yet tested | +| 1.14 | :white_check_mark: | ## Why another library