Skip to content

Commit

Permalink
Use 'go-version-file' option in build workflow (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez authored Nov 8, 2023
1 parent 228c96f commit be1249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit be1249d

Please sign in to comment.