Skip to content

Commit 26f530d

Browse files
committed
add go 1.17
1 parent 7b25281 commit 26f530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
go: ['1.13', '1.14', '1.15', '1.16']
13+
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
1414
name: Go ${{ matrix.go }} run
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)