Skip to content

Commit

Permalink
chore: upgrade supported language versions (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Feb 8, 2022
1 parent 056d586 commit b400834
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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' ]
steps:
- name: Checkout rest
uses: actions/checkout@v2
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ All updates to this library is documented in our [CHANGELOG](CHANGELOG.md).

## 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

## Install Package

Expand Down

0 comments on commit b400834

Please sign in to comment.