Skip to content

Commit

Permalink
update test go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gritzkoo committed May 26, 2022
1 parent db1c6bf commit d675747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
redis-version: [4, 5, 6]
go: ["1.11", "1.12", "1.13", "1.14", "1.15", "1.16"]
go: ["1.14", "1.15", "1.16", "1.17", "1.18"]
steps:
- uses: actions/checkout@v2
- name: Sets up a Memcached server
Expand Down

0 comments on commit d675747

Please sign in to comment.