Skip to content

Commit

Permalink
chore: upgrade supported language versions (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Feb 8, 2022
1 parent d3ea9a2 commit c5444ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.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.11', '1.12', '1.13', '1.14', '1.15', '1.16' ]
go: [ '1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17' ]
steps:
- name: Checkout smtpapi-go
uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Run Tests
run: make test

deploy:
name: Deploy
if: success() && github.ref_type == 'tag'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All the updates to this library are documented in our [CHANGELOG](CHANGELOG.md).

## Supported Versions

* Go version 1.11-1.16
* Go version 1.11-1.17

## Prerequisites

Expand Down

0 comments on commit c5444ac

Please sign in to comment.