Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e246959

Browse files
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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /