chore(ci): use 'go-version-file' option in build workflow

pull/355/head
Julio 7 months ago
parent 1fd1298c00
commit f9a60a38fc

@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version-file: 'go.mod'
- name: Install dependencies
run: |

Loading…
Cancel
Save