Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Mar 28, 2024
1 parent 2dadd30 commit 352a855
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 @@ -61,7 +61,7 @@ jobs:
go-version: 1.22
check-latest: true
- name: Go test 1.21
if: $VERSION == 1.21
if: ${{ $VERSION == 1.21 }}
run: echo ${{ fromJSON(needs.go-versions.outputs.version)}}
- name: Go test 1.22
if: ${{ fromJSON(needs.go-versions.outputs.latest) }} == 1.22
Expand Down

0 comments on commit 352a855

Please sign in to comment.