Skip to content

Commit

Permalink
actions/setup-go: use go version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
acorello committed Oct 21, 2023
1 parent 35d1bae commit ff11c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.23.1'
go-version-file: 'go.mod'
- run: make exe.linux
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ff11c63

Please sign in to comment.