Merge branch 'master' of https://github.com/bash-it/bash-it into ira/cleanup

* 'master' of https://github.com/bash-it/bash-it:
  ci: Bump go to 1.17 from 1.14
pull/1970/head
Ira Abramov 2021-10-11 13:21:08 +03:00
commit f6415d072c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.14 go-version: 1.17
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with: