Skip to content

Commit

Permalink
fix: remove redundant golang versions in workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ozline committed Dec 9, 2023
1 parent 1d243fa commit 1fd11a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
unit-benchmark-test:
strategy:
matrix:
go: [ 1.17, 1.18, 1.19 ]
go: [ 1.19 ]
os: [ X64, ARM64 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1fd11a1

Please sign in to comment.