ci: update Go version to go1.17

This commit is contained in:
Mohammed Al Sahaf
2021-10-19 20:52:48 +03:00
parent 8a8650d9b2
commit 32613f76cc
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
go: [ '1.15' ]
go: [ '1.17' ]
runs-on: ${{ matrix.os }}
steps: