Skip to content

Commit

Permalink
Move to go-version-file in setup-go action
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Baillie <martin@baillie.id>
  • Loading branch information
martinbaillie committed Aug 3, 2024
1 parent a7c9cfc commit a761890
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 @@ -10,6 +10,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version-file: 'go.mod'
- name: Build
run: go build

0 comments on commit a761890

Please sign in to comment.