Skip to content

Commit

Permalink
github: Use matrix version of Go defined
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod authored Jul 3, 2024
1 parent 7a3e659 commit efb08fe
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 @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: ${{ matrix.go }}
- name: Build
run: go build -v ./...
- name: Vet
Expand Down

0 comments on commit efb08fe

Please sign in to comment.