diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89e97fd..7814080 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x] + go: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] # os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest] steps: diff --git a/changelog.adoc b/changelog.adoc index 475a684..0eabb49 100644 --- a/changelog.adoc +++ b/changelog.adoc @@ -4,7 +4,7 @@ == wip v0.30.0: New Features As the releases before, this release has 100% test coverage. -Tested with Go 1.16, 1.17, 1.18, 1.19, 1.20 and 1.21. +Tested with Go 1.16, 1.17, 1.18, 1.19, 1.20, 1.21 and 1.22. === New Features