Bumping up CI to go1.17

This commit is contained in:
Renán Del Valle 2021-10-14 20:01:44 -07:00
parent 6ba2a730b1
commit 17bf49d66e
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup Go for use with actions
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
- name: Install goimports
run: go get golang.org/x/tools/cmd/goimports
- name: Set env with list of directories in repo containin go code