Skip to content

Commit

Permalink
add go version to split-test-files
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Jun 7, 2024
1 parent 66a9e17 commit efd42e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Create a file with all the pkgs
run: go list ./... > pkgs.txt
- name: Split pkgs into 4 files
Expand Down

0 comments on commit efd42e3

Please sign in to comment.