Skip to content

Commit

Permalink
Fix tests by using Go from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored Jan 23, 2025
1 parent b18f2b0 commit 94f53fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.18.x, 1.19.x, 1.20.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make

0 comments on commit 94f53fc

Please sign in to comment.