github/workflows: set specific go version

This commit is contained in:
ohdearaugustin 2022-02-14 21:24:51 +01:00
parent c9640b2f3e
commit b2889bc355
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-go@v2
with:
go-version: "1.17"
go-version: "1.17.7"
- name: Install dependencies
if: steps.changed-files.outputs.any_changed == 'true'