Skip to content

Commit

Permalink
use go version from go.mod in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 6, 2023
1 parent 50c6c7c commit 4fccda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version-file: ./go.mod
- uses: extractions/setup-just@v1
- run: just test-all

0 comments on commit 4fccda5

Please sign in to comment.