Skip to content

Commit

Permalink
chore: upgrade supported language versions (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Feb 8, 2022
1 parent 426cd9d commit 33a4524
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Expand Up @@ -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:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 33a4524

Please sign in to comment.