Skip to content

Commit

Permalink
build(github): Added support for more versions of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Aug 19, 2024
1 parent 98a6293 commit 9cb582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Lint and Test - ${{ matrix.go-version }}
strategy:
matrix:
go-version: [1.22.x1.23.x1.x]
go-version: [1.22.x, 1.23.x, 1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 9cb582c

Please sign in to comment.