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

@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17.7
- name: Install dependencies
run: |