Skip to content

Commit

Permalink
Added go comparison report support
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-privado committed Nov 3, 2023
1 parent cdf39e6 commit a282da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comparison-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: start_workflow
strategy:
matrix:
language: ['java', 'python', 'js', 'ruby-1', 'ruby-2']
language: ['java', 'python', 'js', 'ruby-1', 'ruby-2', 'go']
continue-on-error: true
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a282da0

Please sign in to comment.