Skip to content

Commit

Permalink
Try to load Go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 21, 2025
1 parent 47b124a commit 2aeacb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ['1.21.x', 'stable']
go-version: ['', 'stable']
go-version-file: 'go.mod'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2aeacb1

Please sign in to comment.