Skip to content

Commit

Permalink
Fix lookup of minimum Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Jan 21, 2025
1 parent 2aeacb1 commit 0877154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
go-version: ['', 'stable']
go-version-file: 'go.mod'

steps:
- uses: actions/checkout@v4
Expand All @@ -19,6 +18,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version-file: 'go.mod'

- name: Install build dependencies
run: |
Expand Down

0 comments on commit 0877154

Please sign in to comment.