Skip to content

Commit

Permalink
dereference matrix.go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 27, 2024
1 parent 85df939 commit c389d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.20 1.21 1.22 ]
go-version: [ '1.20' '1.21' '1.22' ]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: matrix.go-version
go-version: ${{ matrix.go-version }}

- run: go test -v ./...

0 comments on commit c389d45

Please sign in to comment.