Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Mar 27, 2024
1 parent 763d812 commit 67aae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
needs: go-versions
strategy:
matrix:
version: ${{ fromJSON(needs.go-versions.outputs) }}
version: ${{ fromJSON(needs.go-versions.outputs.version) }}
steps:
- uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit 67aae06

Please sign in to comment.