Skip to content

Commit

Permalink
use newer go version in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 6, 2023
1 parent 5c1d5e9 commit 50c6c7c
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.19.x
go-version: 1.20.x
- uses: extractions/setup-just@v1
- run: just test-all

0 comments on commit 50c6c7c

Please sign in to comment.