Skip to content

Commit

Permalink
add Go 1.16 to the build matrix (go-sql-driver#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 29, 2021
1 parent 3326742 commit e246959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: list
id: set-matrix
run: |
from __future__ import print_function
import json
go = [
# Keep the most recent production release at the top
'1.15',
'1.16',
# Older production releases
'1.15',
'1.14',
'1.13',
'1.12',
Expand Down

0 comments on commit e246959

Please sign in to comment.