Use 'go-version-file' option in build workflow (#355)

pull/358/head
Julio Lopez 6 months ago committed by GitHub
parent 228c96fcea
commit be1249d7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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