Skip to content

Commit e246959

Browse files
authored
add Go 1.16 to the build matrix (#1198)
1 parent 3326742 commit e246959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: list
2020
id: set-matrix
2121
run: |
22-
from __future__ import print_function
2322
import json
2423
go = [
2524
# Keep the most recent production release at the top
26-
'1.15',
25+
'1.16',
2726
# Older production releases
27+
'1.15',
2828
'1.14',
2929
'1.13',
3030
'1.12',

0 commit comments

Comments
 (0)