Skip to content

Commit a550c56

Browse files
authored
chore: Add go1.17 for testing (#2828)
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent e4c026e commit a550c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest, macos-latest]
30-
go: [1.13, 1.14, 1.15, 1.16]
30+
go: [1.13, 1.14, 1.15, 1.16, 1.17]
3131
test-tags: ['', nomsgpack]
3232
include:
3333
- os: ubuntu-latest

0 commit comments

Comments
 (0)