diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f447a23c..b3e6ccc3 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - go: [ '1.14', '1.15', '1.16', '1.17', '1.18', '1.19' ] + go: [ '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22' ] env: DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }} steps: diff --git a/README.md b/README.md index 6a2130cd..af3c1ccf 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ This library supports the following Go implementations: * Go 1.17 * Go 1.18 * Go 1.19 +* Go 1.20 ## Prerequisites