Skip to content

Commit

Permalink
build: use matrix Go version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Feb 7, 2024
1 parent e0c24de commit 51fd743
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 @@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: ${{ matrix.go }}
- run: go test ./...

0 comments on commit 51fd743

Please sign in to comment.