Skip to content

Commit

Permalink
fix matri
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Nov 10, 2023
1 parent bb3d52f commit 264ded5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
go: ['1.20.x', '1.21.x']
matrix:
go: ['1.20.x', '1.21.x']
name: Go ${{ matrix.go }} job
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 264ded5

Please sign in to comment.