diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f2eaa3e9..89ebb7f8 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' ] + go: [ '1.14', '1.15', '1.16', '1.17' ] env: DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }} steps: diff --git a/README.md b/README.md index 60e502ee..44b09021 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,13 @@ We appreciate your continued support, thank you! # Installation ## Supported Versions -- Go version 1.14, 1.15 or 1.16 + +This library supports the following Go implementations: + +* Go 1.14 +* Go 1.15 +* Go 1.16 +* Go 1.17 ## Prerequisites