updated golang version in github workflow

This commit is contained in:
Sandeep Sreenath 2021-10-12 00:05:08 +05:30
parent 91f4d1b3f7
commit ecc0fb1e56

View file

@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.15.5
go-version: 1.17
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1