Skip to content

Commit 83653a6

Browse files
committedSep 2, 2021
Update to newest versions of golang 1.17.x
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
1 parent d648c2e commit 83653a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-versions: [1.14.x, 1.15.x, 1.16.x]
7+
go-versions: [1.14.x, 1.15.x, 1.16.x, 1.17.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.